From 6fe793a37220510765ce4b17073ceee3530bbb7a Mon Sep 17 00:00:00 2001 From: Foivos Proestakis Date: Sun, 20 Oct 2024 14:43:54 +0000 Subject: [PATCH] Production changes --- db/blockly_unix_database.db | Bin 299008 -> 299008 bytes server.js | 13 +++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/db/blockly_unix_database.db b/db/blockly_unix_database.db index 13760eb11ffe82e9a1d2a7bd3235d364009c3e31..f68ba3fea822ddd915970f66edd600441ec90f0e 100644 GIT binary patch delta 360 zcmZozAk?rxXo583nTayajAu3`6!?d1a8$WS$WD<|}3GSIQWHmbd)NTtV~R& zGxD&AOji3*GX1AGqtx^|3nm_sFxQZX5=E;(&xDEyQ|;JHYoFBO>53lAy31AzAxyu4VT)c< S!S)5+ELu$4XLPeCrgW7Q^EEH P-7H#6+h=sMWUv4L { // Check if user with the given Google ID exists @@ -480,6 +481,10 @@ app.get( } ); -app.listen(3000, () => { - console.log('Server started on http://localhost:3000'); + + +app.listen(8443, () => { + console.log('Server is running on https://ublocks.balab.aueb.gr'); }); + +