You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`dbPath`| string |**Required**| Path to the SQLite database file |
63
-
|`prefix`| string |`"/admin"`| URL prefix for the admin dashboard and API |
63
+
|`prefix`| string |`"/database"`| URL prefix for the admin dashboard and API |
64
64
|`configPath`| string | Same directory as `dbPath`| Path to save the runtime authentication config (JSON). Defaults to `sqlite-admin-config.json` in the same directory as your database file |
65
65
66
66
### Runtime Configuration (via UI)
@@ -100,7 +100,7 @@ The config file is automatically stored alongside your database, so both will pe
100
100
101
101
## 🔌 API Endpoints
102
102
103
-
The plugin adds the following routes under your configured `prefix` (default `/admin`):
103
+
The plugin adds the following routes under your configured `prefix` (default `/database`):
0 commit comments