fix: update openapi meta

This commit is contained in:
Henry
2025-04-08 13:25:27 +01:00
parent fb8ba09a32
commit e4d3eb137e
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export const boardRouter = createTRPCRouter({
summary: "Get board by slug",
description: "Retrieves a board by its slug",
tags: ["Boards"],
protect: true,
protect: false,
},
})
.input(