mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
ref: name change
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* API Client for Nordic Privacy AI Backend
|
||||
* API Client for ShroomShield Backend
|
||||
* Base URL: http://localhost:8000
|
||||
*/
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* IndexedDB utilities for caching uploaded files
|
||||
*/
|
||||
|
||||
const DB_NAME = 'NordicPrivacyAI';
|
||||
const DB_NAME = 'ShroomShield';
|
||||
const STORE_NAME = 'uploads';
|
||||
const DB_VERSION = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user