fix: speed up local Docker PHP APIs
This commit is contained in:
@@ -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}/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user