mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Fix URLs tentative
This commit is contained in:
@@ -1 +1 @@
|
||||
export const baseApiUrl = `http://${__APP_ENV__.APP_HOST_ADDRESS}`
|
||||
export const baseApiUrl = `http://${__APP_ENV__.APP_API_ADDRESS}`
|
||||
@@ -1,4 +1,3 @@
|
||||
import { useAuthStore } from "@/stores/AuthStore"
|
||||
import { baseApiUrl } from "@/utils/api"
|
||||
|
||||
export interface Article {
|
||||
|
||||
Reference in New Issue
Block a user