Skip to content

Commit b762313

Browse files
authored
fix(compose): add /api route for the fastapi service
1 parent c90d32b commit b762313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
context: ./web
2424
dockerfile: Dockerfile
2525
args:
26-
VITE_API_CLIENT_BASE_URL: "http://localhost:8080"
26+
VITE_API_CLIENT_BASE_URL: "http://localhost:8080/api/"
2727
image: 81318131/web_gpt
2828
container_name: web_gpt
2929
ports:

0 commit comments

Comments
 (0)