fix config

This commit is contained in:
etreschenkov 2024-10-10 14:14:56 +03:00
parent ab98240a00
commit 52fc4f50b1

View file

@ -25,7 +25,7 @@ public class JsConfigController {
@ApiOperation(value = "get js config.")
@ApiResponses(value = {@ApiResponse(code = 200, message = "OK", response = CommonGetAllResponse.class)})
@RequestMapping(path = "/spcex.config.js", method = RequestMethod.GET)
@RequestMapping(path = "/spcexConfig.js", method = RequestMethod.GET)
@ResponseBody
public Map<String, Object> getJsConfig() {
Map<String, Object> result = new HashMap<>();