diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
| commit | 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch) | |
| tree | e452aa8ad583607b87d47ef82eabf0bd7e3ab60a /backend/ts/index.ts | |
| parent | 6baaa14bde032afa363dbdd50119a20e9f47df1c (diff) | |
| download | fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip | |
Version 1.0
Diffstat (limited to 'backend/ts/index.ts')
| -rw-r--r-- | backend/ts/index.ts | 1 |
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}`); }); |
