Responsive design

This commit is contained in:
Torsten Schulz
2024-07-04 13:38:04 +02:00
parent 9e8667b7ca
commit c96214c10a
115 changed files with 209 additions and 231 deletions

View File

@@ -45,7 +45,10 @@ const options = {
};
sequelize.sync().then(() => {
https.createServer(options, app).listen(PORT, () => {
/* https.createServer(options, app).listen(PORT, () => {
console.log(`Server läuft auf Port ${PORT}`);
});*/
app.listen(PORT, () => {
console.log(`Server läuft auf Port ${PORT}`);
});
});