Fix URLs tentative

This commit is contained in:
Florian Sylvain
2023-01-13 17:30:46 +01:00
parent 2045c08bd8
commit 416d91a0e6
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
export const baseApiUrl = `http://${__APP_ENV__.APP_HOST_ADDRESS}`
export const baseApiUrl = `http://${__APP_ENV__.APP_API_ADDRESS}`
-1
View File
@@ -1,4 +1,3 @@
import { useAuthStore } from "@/stores/AuthStore"
import { baseApiUrl } from "@/utils/api"
export interface Article {