first commit

This commit is contained in:
2026-04-16 18:37:05 +02:00
parent c1289212b7
commit 586cd69b68
11 changed files with 2994 additions and 202 deletions

View File

@@ -0,0 +1,5 @@
export async function GET(req){
console.log(req)
return Response.json({"message":"hello"})
}