Added responsiveness + custom scrollbar
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { AppSettings } from '@/types/api';
|
||||
|
||||
const defaults: AppSettings = { // FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
backendUrl: 'http://localhost:8080',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
backendUrl: 'http://146.59.230.190:8080',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
apiKey:// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
'dev-api-key',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
'b8184608fcab419da2ce9a220ee6017daaff637b627e43ebac31b6b7c3344349',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
|
||||
};
|
||||
|
||||
const SETTINGS_KEY =
|
||||
|
||||
Reference in New Issue
Block a user