lotto lab 통계 수치 정상화
This commit is contained in:
@@ -34,8 +34,8 @@ export function recommend(params) {
|
||||
return apiGet(`/api/lotto/recommend?${qs.toString()}`);
|
||||
}
|
||||
|
||||
export function getHistory(limit = 30) {
|
||||
return apiGet(`/api/history?limit=${limit}`);
|
||||
export function getHistory(limit = 30, offset = 0) {
|
||||
return apiGet(`/api/history?limit=${limit}&offset=${offset}`);
|
||||
}
|
||||
|
||||
export function deleteHistory(id) {
|
||||
|
||||
Reference in New Issue
Block a user