This commit is contained in:
@ -2,7 +2,7 @@ import axios from "axios";
|
||||
import type { AxiosInstance } from "axios";
|
||||
|
||||
const apiClient: AxiosInstance = axios.create({
|
||||
baseURL: "https://hanyadikhetvan.tormakristof.eu",
|
||||
baseURL: "/api",
|
||||
|
||||
});
|
||||
|
||||
|
@ -3,7 +3,7 @@ import http from "@/http-common";
|
||||
/* eslint-disable */
|
||||
class HHVDataService {
|
||||
getWeekNumber(): Promise<any> {
|
||||
return http.get("/");
|
||||
return http.get("/hanyadikhetvan");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user