fix: speed up local Docker PHP APIs

This commit is contained in:
hajimi
2026-08-01 16:18:19 +08:00
parent 42284ba6ac
commit 9a83c8dfb7
6 changed files with 84 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// const envBaseUrl = 'https://test-server.sbnews.net/'
const envBaseUrl = 'http://localhost:8000'
const envBaseUrl = 'http://127.0.0.1:8000'
let baseUrl = `${envBaseUrl}/`