use builtin function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-21 22:53:54 +02:00
parent b9b39de41c
commit deec2f0ad2
5 changed files with 39 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import http from "@/http-common";
/* eslint-disable */
class HHVDataService {
getWeekNumber(): Promise<any> {
return http.get("/");
return http.get("/hanyadikhetvan");
}
}