Skip to content
Snippets Groups Projects
Commit 4215d7fc authored by kbeyro's avatar kbeyro
Browse files

fix url

parent 8dc60833
Branches
Tags
1 merge request!12Add new endpoints
Pipeline #87599 passed
...@@ -207,7 +207,7 @@ public class ApplicationController extends AppBaseController { ...@@ -207,7 +207,7 @@ public class ApplicationController extends AppBaseController {
); );
} }
@GetMapping(value = "/{name}/version/{version}}") @GetMapping(value = "/{name}/version/{version}")
@PreAuthorize("hasRole('ROLE_SYSTEM_ADMIN') || hasRole('ROLE_TOOL_MANAGER')") @PreAuthorize("hasRole('ROLE_SYSTEM_ADMIN') || hasRole('ROLE_TOOL_MANAGER')")
@Transactional @Transactional
public ApplicationDTO getAppVersionByName(@PathVariable String name,@PathVariable String version) { public ApplicationDTO getAppVersionByName(@PathVariable String name,@PathVariable String version) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment