Update 3 files

- /api/index.js
- /src/index.js
- /vercel.json
This commit is contained in:
2025-01-03 20:14:34 +00:00
parent 1bd3ceca62
commit b3f1ded394
3 changed files with 52 additions and 161 deletions

3
api/index.js Normal file
View File

@@ -0,0 +1,3 @@
const app = require('../src/index');
module.exports = app;