Skip to content
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

Feature/#100 improve performance qoh job #111

Merged
merged 6 commits into from
Oct 4, 2015
Prev Previous commit
Next Next commit
added url mapping for snapshot to get rid of ugly inventorySnapshot url
  • Loading branch information
jmiranda committed Oct 4, 2015
commit bb96f9c94ee2a84cbaf316badb1cca90d0f5f232
1 change: 1 addition & 0 deletions grails-app/conf/UrlMappings.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class UrlMappings {

"/admin/manage/$action?"(controller: "adminManage")
"/adminManage/$action?"(controller: "errors", action: "urlMapping")
"/snapshot/$action?"(controller: "inventorySnapshot")

"/$controller/$action?/$id?" {
constraints {
Expand Down