주식 주요 지수 가져오기 추가

This commit is contained in:
2026-01-26 03:14:16 +09:00
parent 07b43c48c1
commit b559eeda58
3 changed files with 109 additions and 9 deletions

View File

@@ -69,3 +69,7 @@ export function triggerStockScrap() {
export function getStockHealth() {
return apiGet("/api/stock/health");
}
export function getStockIndices() {
return apiGet("/api/stock/indices");
}