수정중 url 변경

This commit is contained in:
ihyeon-yong 2023-09-11 09:44:38 +09:00
parent a97246b692
commit c960a2b3e2
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public class StatsController {
@ResponseStatus(HttpStatus.OK)
@GetMapping("/chamber/stats")
@GetMapping("/chambers/stats")
public StatsResult chambers(
// @RequestHeader("Authorization") String authorization
){
@ -36,7 +36,7 @@ public class StatsController {
}
@ResponseStatus(HttpStatus.OK)
@GetMapping("/chamber/stats/{chamberNumber}")
@GetMapping("/chambers/stats/{chamberNumber}")
public PageableResponse<StatsDetailRecord> detail(
// @RequestHeader("Authorization") String authorization
@PathVariable String chamberNumber,

View File

@ -6,6 +6,8 @@ spring:
mongodb:
uri: ${MONGODB_URL}
data-fall:
endpoint: http://13.209.39.139:32171
deployer:
endpoint: ${DEPLOYER_ENDPOINT}