update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user