build ok,

This commit is contained in:
louiscklaw
2025-04-14 16:22:13 +08:00
parent 5651605b1c
commit 96dd252d8e
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export const dynamic = 'force-static';
export async function GET(): Promise<Response> {
return Response.json({ hello: 'world' });
}

View File

@@ -0,0 +1,17 @@
###
GET http://localhost:3000/api/db/lesson_types/list
Content-Type: application/json
cache: no-store
cache-control: no-cache1
###
GET http://localhost:8090/api/collections/LessonsTypes/records
###
POST http://localhost:3000/api/lesson_types/helloworld
Content-Type: application/json