-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestfeaturerequires a minor version updaterequires a minor version update
Description
Currently, buildRouter
requires the function URL for the options handler created by buildOptions
.
It might be the case that a user wants to handle the OPTIONS methods within the SSR server itself, therefore the optionsURL
argument to buildRouter
should be optional.
Note that we could still automate the ALLOWED_ORIGINS
environment variable to allow users to include it in the SSR server. This variable is poorly documented right now anyway.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestfeaturerequires a minor version updaterequires a minor version update