OBP GW Metrics 주소 대응

This commit is contained in:
Rinjae
2026-01-19 16:42:32 +09:00
parent d3fd28c837
commit 108f0ee23a
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ public class ObpGwMetricController extends BaseRestController {
* @return JSON Array (해당 시간대 이후의 모든 지표)
*/
@RequestMapping(
value = "/api/metrics/afterTimeslice/{timeslice}/{providerCode}",
value = "/metrics/afterTimeslice/{timeslice}/{providerCode}",
method = RequestMethod.GET,
produces = JSON_CONTENT_TYPE
)