Skip to content

Commit

Permalink
chore: debug lusca
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Aug 28, 2023
1 parent 69fed1a commit de9d15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ app.prepare().then(async () => {
server.use(attachmentDownloadRouter);

server.use(attachmentDeleteRouter);

server.get("*", async (req, res) => {
return handle(req, res);
});
Expand Down

0 comments on commit de9d15b

Please sign in to comment.