Skip to content

Commit

Permalink
Will mount modeler at root, which easier to test for a long time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 4, 2015
1 parent 0a83641 commit a3b80a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/rack/rack.git
revision: f69d43f9ac5652050f93ec927fe41bb1c9f616ff
revision: c617ea99c12a5bfe026e00476ff37e714e01891a
specs:
rack (2.0.0.alpha)
json
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# This line mounts Cloud-MES's routes at the root of your application.
# This means, any requests to URLs such as /modeler/factories, will go to Mes::Modeler::FactoriesController.
# If you would like to change where this engine is mounted, simply change the :at option to something different.
mount Mes::Modeler::Engine, :at => '/modeler'
mount Mes::Modeler::Engine, :at => '/'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end

0 comments on commit a3b80a4

Please sign in to comment.