From 01e01dadedc3861a657d4fe34578006ae32c0031 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 11 Dec 2023 07:15:57 +0000 Subject: [PATCH] chore: change port --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5d34a30..a1cddac 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,6 +67,6 @@ app.onError((ctx) => { }; }); -app.listen(7777, () => { +app.listen(2444, () => { console.log("Server running!"); });