Without using root URL
Step 1
mapping = [
"/admin/*": "app.AdminUI",
"/client/*": "app.ClientUI"
]Step 2
class UrlMappings {
static mappings = {
group "/rest", {
"/$controller/$action?/$id?"()
}
}
}Step 3
Step 4
Step 5
Last updated