I would like to create a βwrapperβ for the Grails project, which hosts the functions of the plugins, with the URLs separated by the name of the plugin.
So, the URLs of the Blog plugin used in the Shell project may look like this: /shell/blog/viewBlogPost
But I really see that all the plugin controllers behave as if they are part of the shell project itself: /shell/viewBlogPost
Is it possible to declare that plugin controllers on blogs are only available under the /blog path in the URL?
source share