Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Mar 5, 2024
1 parent 3694158 commit c686b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ app.get('/healthz', (req, res) => {
});

app.post('/init', (req, res) => {
const { deepToken, botToken } = req.body;
const deep = makeDeepClient(deepToken, botToken);
startBot(deep, botToken);
res.send(req.body);
Expand Down

0 comments on commit c686b27

Please sign in to comment.