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