build ok,
This commit is contained in:
5
002_source/cms/src/app/api/helloworld/route.ts
Normal file
5
002_source/cms/src/app/api/helloworld/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export async function GET(): Promise<Response> {
|
||||
return Response.json({ hello: 'world' });
|
||||
}
|
Reference in New Issue
Block a user