Skip to content

Commit 2a4ed85

Browse files
committed
remove admin perm
1 parent a8766eb commit 2a4ed85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/routes/vote.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const app = factory.createApp();
88

99
app.get(
1010
"/count/:id",
11-
requireAdmin,
1211
zValidator(
1312
"param",
1413
z.object({

0 commit comments

Comments
 (0)