Update docker compose for frontend

This commit is contained in:
Xin Wang
2026-02-08 22:37:30 +08:00
parent 68e47320cd
commit cd5d0a668d
4 changed files with 50 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
const DEFAULT_API_BASE_URL = 'http://localhost:8000/api';
const DEFAULT_API_BASE_URL = 'http://localhost:8100/api';
const trimTrailingSlash = (value: string): string => value.replace(/\/+$/, '');