-
Bug ReportVersionv0.3.4 PlatformWindows 11 64 bit DescriptionI have a GraphQL endpoint which I need to access from
in previous version, both |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you don't need any sub-routes of the form Router::new()
.route("/graphql", post(graphql_handler))
.route("/graphql/", post(graphql_handler)) |
Beta Was this translation helpful? Give feedback.
If you don't need any sub-routes of the form
/graphql/foo
and want both/graphql
and/graphql/
to work without redirects, I think that would just be