mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Removed hardcoded 'http' in urls
This commit is contained in:
@@ -1 +1 @@
|
||||
export const baseApiUrl = `http://${__APP_ENV__.APP_API_ADDRESS}`
|
||||
export const baseApiUrl = `${__APP_ENV__.APP_API_ADDRESS}`
|
||||
Reference in New Issue
Block a user