hansamann
unread,Jan 25, 2012, 5:55:57 AM1/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gaelyk
Hi all,
I'd like to have subdirectories in the WEB-INF/groovy directory, e.g.
this is what I'd like to see in the routes.groovy based on that
directory structure:
get "/api/v1/weather", forward: "/api/v1/weather.groovy"
This does not work, I only get it working if I am using this:
get "/api/v1/weather", forward: "/weather.groovy"
Is there a way?