Add external API server, configure fetch URLs, fix stats endpoint, update API config
This commit is contained in:
@ -3,7 +3,5 @@
|
||||
|
||||
window.APP_CONFIG = {
|
||||
// URL of the backend API
|
||||
// If running on the same machine, use http://localhost:8000/api/v1
|
||||
// If running on a different machine, replace localhost with the backend IP
|
||||
API_BASE_URL: 'http://20.20.20.20:8000/api/v1'
|
||||
API_BASE_URL: 'http://20.20.20.20:8000/api/v1'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user