You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do lacking documentation on how to configure per-route CORS options when not using the ApplicationConfigInjectionDelegator.
When using Application::route or one of the wrapper methods, it is not that obvious that the return value is the Route and thus it is possible to set the per-route options using Route::setOptions.
The text was updated successfully, but these errors were encountered:
Documentation Needed
Summary
We do lacking documentation on how to configure per-route CORS options when not using the
ApplicationConfigInjectionDelegator
.When using
Application::route
or one of the wrapper methods, it is not that obvious that the return value is theRoute
and thus it is possible to set the per-route options usingRoute::setOptions
.The text was updated successfully, but these errors were encountered: