Skip to content

Commit

Permalink
LUI-189 Include suffix in controller urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa authored Aug 31, 2023
1 parent 26e1206 commit 0f77e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ModuleManagementController {
*/
protected final Log log = LogFactory.getLog(getClass());

@RequestMapping(value = "/checkdependencies", method = RequestMethod.GET)
@RequestMapping(value = "/checkdependencies.form", method = RequestMethod.GET)
@ResponseBody
public List<String> manage(@RequestParam(value = "moduleId") String moduleId, HttpServletRequest request,
HttpServletResponse response) throws IOException {
Expand Down

0 comments on commit 0f77e75

Please sign in to comment.