remove old console.log
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
export function getApiUrl(path: string): string {
|
export function getApiUrl(path: string): string {
|
||||||
const API_BASE_URL = useRuntimeConfig().public.apiBase;
|
const API_BASE_URL = useRuntimeConfig().public.apiBase;
|
||||||
console.log(API_BASE_URL);
|
|
||||||
return `${API_BASE_URL}/${path}`;
|
return `${API_BASE_URL}/${path}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user