Feat: started admin panel
This commit is contained in:
3
src/app/api/route.ts
Normal file
3
src/app/api/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function GET() {
|
||||
return Response.json({ test: 1 });
|
||||
}
|
||||
Reference in New Issue
Block a user