Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Touch to rebuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
aribn committed Nov 15, 2023
1 parent 041950d commit a9a07b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app.use(Sentry.Handlers.requestHandler() as express.RequestHandler);

app.get("/", (_: any, res: any) => {
res.sendStatus("200");
});
});

const server = http.createServer(app);
const port = process.env.PORT;
Expand Down Expand Up @@ -117,3 +117,4 @@ io.on("connection", (socket) => {
});

app.use(Sentry.Handlers.errorHandler() as express.ErrorRequestHandler);

0 comments on commit a9a07b8

Please sign in to comment.