Ruloaooa commited on
Commit
5c299c6
·
verified ·
1 Parent(s): 0309e6f

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -403,6 +403,7 @@ app.post('/generate2', async (req, res) => {
403
  // Mulai server Express
404
  app.listen(port, () => {
405
  console.log(`Server berjalan di http://localhost:${port}`);
 
406
  });
407
 
408
  process.on('SIGINT', async () => {
 
403
  // Mulai server Express
404
  app.listen(port, () => {
405
  console.log(`Server berjalan di http://localhost:${port}`);
406
+ await utils.initialize();
407
  });
408
 
409
  process.on('SIGINT', async () => {