mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: change run scripts
This commit is contained in:
parent
022dc7b284
commit
78b9776899
8 changed files with 159 additions and 15 deletions
3
api-prox/deno.ts
Normal file
3
api-prox/deno.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import app from "./src/index.ts";
|
||||
|
||||
Deno.serve({ port: 7001 }, app.fetch);
|
Loading…
Add table
Add a link
Reference in a new issue