stuffy stuff
This commit is contained in:
parent
faee3ca0ea
commit
2c1c1bd774
6 changed files with 12 additions and 12 deletions
8
index.js
8
index.js
|
|
@ -9,14 +9,6 @@ const SessionNpubbed = require('./models/SessionNpubbed');
|
|||
const app = express();
|
||||
const port = 3000;
|
||||
|
||||
sequelize.sync()
|
||||
.then(() => {
|
||||
console.log('Database synced');
|
||||
})
|
||||
.catch(err => {
|
||||
console.error('Error syncing the database:', err);
|
||||
});
|
||||
|
||||
app.use(cookieParser());
|
||||
|
||||
app.use(express.json());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue