fix config
This commit is contained in:
parent
ab98240a00
commit
52fc4f50b1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class JsConfigController {
|
||||||
|
|
||||||
@ApiOperation(value = "get js config.")
|
@ApiOperation(value = "get js config.")
|
||||||
@ApiResponses(value = {@ApiResponse(code = 200, message = "OK", response = CommonGetAllResponse.class)})
|
@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
|
@ResponseBody
|
||||||
public Map<String, Object> getJsConfig() {
|
public Map<String, Object> getJsConfig() {
|
||||||
Map<String, Object> result = new HashMap<>();
|
Map<String, Object> result = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue