mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
updates
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { fileStorageService } from "@/services/fileStorage/fileStorageService";
|
||||
|
||||
export async function GET() {
|
||||
return Response.json([]);
|
||||
const courses = await fileStorageService.loadSavedCourses();
|
||||
return Response.json(courses);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user