Responsive design
This commit is contained in:
@@ -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}`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user