lotto lab 전 차수 그래프화 추가
This commit is contained in:
@@ -21,6 +21,10 @@ export function getLatest() {
|
||||
return apiGet("/api/lotto/latest");
|
||||
}
|
||||
|
||||
export function getStats() {
|
||||
return apiGet("/api/lotto/stats");
|
||||
}
|
||||
|
||||
export function recommend(params) {
|
||||
const qs = new URLSearchParams({
|
||||
recent_window: String(params.recent_window),
|
||||
|
||||
Reference in New Issue
Block a user