Initial commit
This commit is contained in:
3
app/api/upload.ts
Normal file
3
app/api/upload.ts
Normal 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' });
|
||||
}
|
||||
Reference in New Issue
Block a user