mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: deno deploy and vercel deploy fix
This commit is contained in:
parent
a06a18b1ac
commit
1f849a1bfe
8 changed files with 35 additions and 10 deletions
|
@ -1,3 +1,3 @@
|
|||
import app from "./src/index.ts";
|
||||
import app from "./src/index.js";
|
||||
|
||||
Deno.serve({ port: 7001 }, app.fetch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue