fix: update openapi meta
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user