urlmappings.groovy Questions
3
In Grails 3.0 how do you map a URL to a file under the assets folder?
For example:
http://localhost:8080/favicon.ico --> grails-app/assets/images/bookmark.ico
I've tried a few test mappings, such...
Farwell asked 15/7, 2015 at 21:40
2
Solved
I have a site that have URL similar to this:
/mysite/admin/controller/action/id
/mysite/search/controller/action/id
/mysite/user/controller/action/id
I have my URL mapping like this
"/$prefix/$...
Swanner asked 13/2, 2012 at 15:14
1
© 2022 - 2024 — McMap. All rights reserved.