This commit is contained in:
johny
2026-01-29 00:06:23 +01:00
parent edac3b3836
commit 6f1cd16abb
14 changed files with 64 additions and 1 deletions

3
dist/config.js vendored Normal file
View File

@@ -0,0 +1,3 @@
window.API_CONFIG = {
API_URL: "http://localhost:8008/api"
};