Add an option to ignore a set of paths
ripper234 opened this issue · 4 comments
ripper234 commented
I have a Singel Page App that issues JSON requests, and would like to handle it all from the same node server. It would be neat if an option similar to rewrites
could be add so this module would just not touch these routes.
bripkens commented
This is already supported when using proper Content-Type
headers. Also see the example app, specifically [1].
ripper234 commented
Cheers, thanks.
morriq commented
@bripkens I need to have https://github.com/graphql/graphiql under my localhost:8080/graphql path. How can I achive that without operating in paths?