Patch both api and web sides

This commit is contained in:
Xin Wang
2026-02-08 21:59:56 +08:00
parent 68e47320cd
commit 8069a16227
5 changed files with 34 additions and 14 deletions

View File

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