Skip to content
Snippets Groups Projects
Commit a62ccc2b authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Fix mapping for available variables

parent 824672ad
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public class VariablesApi extends WokenClientController {
@Cacheable(value = "availableVariables",
key = "#datasets",
unless = "#result.getStatusCode().value()!=200")
@RequestMapping(method = RequestMethod.GET)
@RequestMapping(value = "/availableVariables", method = RequestMethod.GET)
public ResponseEntity getAvailableVariables(
@ApiParam(value = "List of datasets : ds1,ds2,...") @RequestParam(value = "datasets") String datasets) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment