Skip to content

Commit

Permalink
add /api prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky committed Dec 17, 2024
1 parent ce7a2b2 commit 52a33b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BE_PROTOCOL=http
BE_HOSTNAME=localhost
BE_PORT=8000
BE_PREFIX=
BE_PREFIX=/api

## developovanie proti BE na test.strom.sk
# BE_PROTOCOL=https
Expand Down
4 changes: 2 additions & 2 deletions deployment/compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=localhost
- BE_PORT=8920
- BE_PREFIX=
- BE_PREFIX=/api

image: webstrom-test-frontend

Expand All @@ -18,7 +18,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=localhost
- BE_PORT=8920
- BE_PREFIX=
- BE_PREFIX=/api

network_mode: host

Expand Down
4 changes: 2 additions & 2 deletions deployment/local-mac/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=host.docker.internal
- BE_PORT=8000
- BE_PREFIX=
- BE_PREFIX=/api

image: webstrom-test-frontend

Expand All @@ -16,7 +16,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=host.docker.internal
- BE_PORT=8000
- BE_PREFIX=
- BE_PREFIX=/api

ports:
- '3000:3000'
Expand Down

0 comments on commit 52a33b8

Please sign in to comment.