Add new route for AJAX call to get map key.
This commit is contained in:
parent
817434a2e6
commit
e3f37d9872
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.connect '/login', :controller => 'user', :action => 'login'
|
||||
map.connect '/logout', :controller => 'user', :action => 'logout'
|
||||
map.connect '/offline', :controller => 'site', :action => 'offline'
|
||||
map.connect '/key', :controller => 'site', :action => 'key'
|
||||
map.connect '/user/new', :controller => 'user', :action => 'new'
|
||||
map.connect '/user/save', :controller => 'user', :action => 'save'
|
||||
map.connect '/user/confirm', :controller => 'user', :action => 'confirm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue