Skip to content
Snippets Groups Projects
Commit f339412d authored by ThanKarab's avatar ThanKarab
Browse files

Fix for /algorithms.

parent 48e433a0
No related branches found
No related tags found
1 merge request!8Dev merge middleware
......@@ -45,7 +45,7 @@ public class AlgorithmsApi {
private String galaxyApiKey;
@ApiOperation(value = "List all algorithms", response = String.class)
@RequestMapping(value = "/", method = RequestMethod.GET)
@RequestMapping(method = RequestMethod.GET)
public ResponseEntity<List<AlgorithmDTO>> getAlgorithms() {
UserActionLogging.LogAction("List all algorithms", "");
......
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