주식 주요 지수 가져오기 추가
This commit is contained in:
@@ -69,3 +69,7 @@ export function triggerStockScrap() {
|
||||
export function getStockHealth() {
|
||||
return apiGet("/api/stock/health");
|
||||
}
|
||||
|
||||
export function getStockIndices() {
|
||||
return apiGet("/api/stock/indices");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user