randydev commited on
Commit
6f318f5
·
verified ·
1 Parent(s): 2daf3bb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -103,4 +103,4 @@ app.get('/api/gpt-old', async (req, res) => {
103
  });
104
 
105
 
106
- await startServer(app);
 
103
  });
104
 
105
 
106
+ startServer(app);