Initial commit

This commit is contained in:
dahoud
2025-10-01 01:39:07 +00:00
commit b430bf3b96
826 changed files with 255287 additions and 0 deletions

3
app/api/upload.ts Normal file
View File

@@ -0,0 +1,3 @@
export default function handler(req: any, res: any) {
res.status(200).setHeader('Access-Control-Allow-Origin', '*').json({ name: 'Fake Upload Process' });
}