You've already forked FrameTour-BE
2
This commit is contained in:
src/main
java
com
ycwl
basic
controller
enums
model
mobile
pc
ratelimiter
repository
service
impl
mobile
pc
mobile
task
task
utils
resources
@ -82,4 +82,9 @@ public class ScenicController {
|
||||
scenicService.saveConfig(id, config);
|
||||
return ApiResponse.success(null);
|
||||
}
|
||||
@PostMapping("/saveConfig/undefined")
|
||||
public ApiResponse saveConfig(@RequestBody ScenicConfigEntity config) {
|
||||
scenicService.addConfig(config);
|
||||
return ApiResponse.success(null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user