Skip to content

Commit

Permalink
fix: construct api url correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
qhantom authored Mar 14, 2024
1 parent a87bc12 commit 01adf28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_API_VERSION=v1
NEXT_PUBLIC_API_BASE_URL=https://backend.staging.essencium.dev/
NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_BASE_URL}${NEXT_PUBLIC_API_VERSION}
NEXT_PUBLIC_API_BASE_URL=https://backend.staging.essencium.dev
NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_BASE_URL}/${NEXT_PUBLIC_API_VERSION}
NEXT_PUBLIC_SHOW_VERSION=1
NEXT_PUBLIC_ENV=development
NEXT_TELEMETRY_DISABLED=1
NEXT_TELEMETRY_DISABLED=1

0 comments on commit 01adf28

Please sign in to comment.