mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
better matching
This commit is contained in:
3
nextjs/src/app/api/courses/route.ts
Normal file
3
nextjs/src/app/api/courses/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function GET() {
|
||||
return Response.json([]);
|
||||
}
|
||||
Reference in New Issue
Block a user