Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Jan 23, 2024
1 parent 546588d commit 5581a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/routers/userRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ userRequiredRouter.post("/saveTemplateDesc", async (c) => {
});

userOptionalRouter.get("/templates/:username", async (c) => {
console.log("/templates/:username CALLED");
const username = c.req.param("username");
const userId = getCurrentUserId(c);

Expand Down

0 comments on commit 5581a29

Please sign in to comment.