From 6c7bdd35c7afacf60834ad1d15a354810c4e5c2e Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Tue, 23 Jun 2026 00:22:32 +0900 Subject: [PATCH] =?UTF-8?q?WBS-9.2:=20snapshot=5Fadmin=20=EB=B2=A4?= =?UTF-8?q?=EC=B9=98=EB=A7=88=ED=81=AC=20=EB=8F=84=EA=B5=AC=20API=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit API 엔드포인트 업데이트: - /api/v1 → /api (서버 실제 구현에 맞춤) Co-Authored-By: Claude Haiku 4.5 --- tools/benchmark_snapshot_admin_performance_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/benchmark_snapshot_admin_performance_v1.py b/tools/benchmark_snapshot_admin_performance_v1.py index ecfbed6..9eae5fe 100644 --- a/tools/benchmark_snapshot_admin_performance_v1.py +++ b/tools/benchmark_snapshot_admin_performance_v1.py @@ -18,7 +18,7 @@ from typing import Dict, List, Tuple import sys # Config -ADMIN_URL = "http://localhost:5000/api/v1" +ADMIN_URL = "http://localhost:5000/api" TABLES = [ "positions", "data_feed",