Add external API server, configure fetch URLs, fix stats endpoint, update API config

This commit is contained in:
DiTus
2026-03-18 21:58:23 +01:00
parent 55f61e9b3c
commit 15881b7db8
4 changed files with 76 additions and 9 deletions

View File

@ -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'
};