Initial commit
This commit is contained in:
7
src/app/api/init/route.js
Normal file
7
src/app/api/init/route.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-initialize cloud sync when server starts
|
||||
import "@/lib/initCloudSync";
|
||||
|
||||
// This API route is called automatically to initialize sync
|
||||
export async function GET() {
|
||||
return new Response("Initialized", { status: 200 });
|
||||
}
|
||||
Reference in New Issue
Block a user