first commit
This commit is contained in:
5
src/app/api/days/[id]/route.js
Normal file
5
src/app/api/days/[id]/route.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export async function GET(req){
|
||||
console.log(req)
|
||||
return Response.json({"message":"hello"})
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user