HttpApiWrapperConfig
Configuration options for the httpApiWrapper. Allows customizing API route behavior, such as forbidding on production or allowing anonymous access.
Properties
anonymous?
optionalanonymous:boolean
Whether to disables authentication/authorization for the route
forbidOnProd?
optionalforbidOnProd:boolean
Whether the route is forbidden in production environments