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
For each endpoint in GET / the methods can be specified. The enum only lists: "GET" "POST" "PATCH" "PUT" "DELETE".
The description states: "It is OPTIONAL to list OPTIONS as method (see the CORS section)."
That means we need to add "OPTIONS" to the enum, otherwise validation would fail if OPTIONS is included in the methods.
The text was updated successfully, but these errors were encountered:
For each endpoint in GET / the methods can be specified. The enum only lists: "GET" "POST" "PATCH" "PUT" "DELETE".
The description states: "It is OPTIONAL to list OPTIONS as method (see the CORS section)."
That means we need to add "OPTIONS" to the enum, otherwise validation would fail if OPTIONS is included in the methods.
The text was updated successfully, but these errors were encountered: