Initial commit
This commit is contained in:
commit
3857598de4
159 changed files with 14537 additions and 0 deletions
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 });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue