This commit is contained in:
2025-06-29 16:38:04 +00:00
parent fbaf93e426
commit 1bf921a56e
3 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
import axios from "axios";
const API_BASE_URL = "https://api.med.tomastm.com";
const RESOURCES_BASE_URL = "https://resources.med.tomastm.com";
//const RESOURCES_BASE_URL = "https://resources.med.tomastm.com";
const RESOURCES_BASE_URL = "https://api.med.tomastm.com/content";
export const apiInstance = axios.create({
baseURL: API_BASE_URL,