enterprise axiosing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-21 22:14:29 +02:00
parent d36555d0e4
commit 78f06a3046
6 changed files with 46 additions and 12 deletions

View File

@ -0,0 +1,10 @@
import http from "@/http-common";
/* eslint-disable */
class HHVDataService {
getWeekNumber(): Promise<any> {
return http.get("/");
}
}
export default new HHVDataService();