feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY
This commit is contained in:
10
directus-extensions/endpoints/god/package.json
Normal file
10
directus-extensions/endpoints/god/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "god-mode-api",
|
||||
"name": "God Mode API",
|
||||
"version": "1.0.0",
|
||||
"description": "Unrestricted admin API for database and Directus management",
|
||||
"type": "endpoint",
|
||||
"path": "god",
|
||||
"source": "./index.js",
|
||||
"host": "^11.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user