수정중 url 변경
This commit is contained in:
parent
a97246b692
commit
c960a2b3e2
|
@ -24,7 +24,7 @@ public class StatsController {
|
||||||
|
|
||||||
|
|
||||||
@ResponseStatus(HttpStatus.OK)
|
@ResponseStatus(HttpStatus.OK)
|
||||||
@GetMapping("/chamber/stats")
|
@GetMapping("/chambers/stats")
|
||||||
public StatsResult chambers(
|
public StatsResult chambers(
|
||||||
// @RequestHeader("Authorization") String authorization
|
// @RequestHeader("Authorization") String authorization
|
||||||
){
|
){
|
||||||
|
@ -36,7 +36,7 @@ public class StatsController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ResponseStatus(HttpStatus.OK)
|
@ResponseStatus(HttpStatus.OK)
|
||||||
@GetMapping("/chamber/stats/{chamberNumber}")
|
@GetMapping("/chambers/stats/{chamberNumber}")
|
||||||
public PageableResponse<StatsDetailRecord> detail(
|
public PageableResponse<StatsDetailRecord> detail(
|
||||||
// @RequestHeader("Authorization") String authorization
|
// @RequestHeader("Authorization") String authorization
|
||||||
@PathVariable String chamberNumber,
|
@PathVariable String chamberNumber,
|
||||||
|
|
|
@ -6,6 +6,8 @@ spring:
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: ${MONGODB_URL}
|
uri: ${MONGODB_URL}
|
||||||
|
|
||||||
|
data-fall:
|
||||||
|
endpoint: http://13.209.39.139:32171
|
||||||
deployer:
|
deployer:
|
||||||
endpoint: ${DEPLOYER_ENDPOINT}
|
endpoint: ${DEPLOYER_ENDPOINT}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue