-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remap default service URLs #3
Comments
To remap Jersey servlet we may need to add a feature to Bootique to change urlPatterns via config. So this is not immediately actionable. |
@avoitenkov The current solution is not ideal. Upstream JS code references We need to think how to make it easy and consistent. Perhaps do something like this:
So there's some design work to be done. Maybe for now we revert the 3f04879 commit and keep this task open? |
the 3f04879 commit was reverted |
New default servlet mappings:
/*
to/graphql-rest/
. Otherwise it may conflict with webconsole and other servlets./graphiql
to/graphql-console
. We are no longer using the term "graphiql".The text was updated successfully, but these errors were encountered: