web-backend
Public(): CustomDecorator<string>
CustomDecorator
string
Defined in: packages/web-backend/src/guards/public.guard.ts:6
Decorator to mark a route as public, skipping JWT authentication.
CustomDecorator<string>