From 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Thu, 29 Apr 2021 20:05:06 +0200 Subject: Version 1.0 --- backend/ts/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/ts/index.ts') 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}`); }); -- cgit v1.3.1