Finished controllers UI

This commit is contained in:
litoral05
2026-05-15 08:54:51 +01:00
parent 7e1eeba970
commit d9b4c081ce
10 changed files with 1608 additions and 345 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import type { AppSettings } from '@/types/api';
const defaults: AppSettings = {
backendUrl: 'http://146.59.230.190:8080',
apiKey:
'b8184608fcab419da2ce9a220ee6017daaff637b627e43ebac31b6b7c3344349',
const defaults: AppSettings = { // FOR DEBUG AND DEV PURPOSES ONLY ==========================>
backendUrl: 'http://localhost:8080',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
apiKey:// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
'dev-api-key',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
};
const SETTINGS_KEY =