aboutsummaryrefslogtreecommitdiffstats
path: root/backend/ts/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ts/index.ts')
-rw-r--r--backend/ts/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/ts/index.ts b/backend/ts/index.ts
index 32ac644..dcaac7e 100644
--- a/backend/ts/index.ts
+++ b/backend/ts/index.ts
@@ -37,7 +37,6 @@ app.post("/readyStateToggle", readyStateToggle);
app.post("/getCurrentGameState", getCurrentGameState);
app.post("/saveGameBoard", saveGameBoard);
-
app.listen(PORT, () => {
console.log(`[server]: Server is running at https://localhost:${PORT}`);
});