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

@@ -75,7 +75,7 @@ export const workspaceRouter = createTRPCRouter({
path: "/workspaces/{workspaceSlug}",
description: "Retrieves a workspace by its slug",
tags: ["Workspaces"],
protect: true,
protect: false,
},
})
.input(