Skip to content

Commit

Permalink
fix inf relaods
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Nov 25, 2024
1 parent 6f51cb3 commit ab8ea45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-balloons-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend": patch
---

Fix infinite reloads
2 changes: 1 addition & 1 deletion packages/frontend/src/api/routes/auth.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const authRoutes = new OpenAPIHono<HonoEnv>()
.openapi(
createRoute({
tags: ["Authentication"],
middleware: auth(),
// middleware: auth(),
method: "get",
path: "status",
responses: {
Expand Down

0 comments on commit ab8ea45

Please sign in to comment.