mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Fixed routes and paths
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# See: http://guides.rubyonrails.org/routing.html
|
||||
#
|
||||
|
||||
get 'authenticate', :to => 'qbo#authenticate'
|
||||
get 'oauth_callback', :to => 'qbo#oauth_callback'
|
||||
get 'qbo/authenticate', :to => 'qbo#authenticate'
|
||||
get 'qbo/oauth_callback', :to => 'qbo#oauth_callback'
|
||||
|
||||
get 'qbo_sync', :to => 'qbo#sync'
|
||||
get 'qop/qbo_sync', :to => 'qbo#sync'
|
||||
|
||||
Reference in New Issue
Block a user