Fixed port .env usages

This commit is contained in:
Florian Sylvain
2023-01-13 16:29:00 +01:00
parent 6dcd8f234b
commit 5cfea64ebf
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
export const baseApiUrl = `http://${__APP_ENV__.APP_HOST_ADDRESS}:${__APP_ENV__.APP_API_PORT}`
export const baseApiUrl = `http://${__APP_ENV__.APP_HOST_ADDRESS}`