Add private config export
This commit is contained in:
parent
5c2dd092e4
commit
7296ce2e06
5
app/admin/configuration/export.json/route.ts
Normal file
5
app/admin/configuration/export.json/route.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { APP_CONFIGURATION } from '@/app/config';
|
||||
|
||||
export async function GET() {
|
||||
return Response.json(APP_CONFIGURATION);
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user