mirror of
https://github.com/redmine/redmine.git
synced 2026-02-06 06:40:15 +01:00
Named routed for RSS/API keys (#20997).
git-svn-id: http://svn.redmine.org/redmine/trunk@14677 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -28,9 +28,9 @@ class RoutingMyTest < Redmine::RoutingTest
|
||||
should_route 'GET /my/page' => 'my#page'
|
||||
should_route 'GET /my' => 'my#index'
|
||||
|
||||
should_route 'POST /my/reset_rss_key' => 'my#reset_rss_key'
|
||||
should_route 'POST /my/reset_api_key' => 'my#reset_api_key'
|
||||
should_route 'GET /my/api_key' => 'my#show_api_key'
|
||||
should_route 'POST /my/api_key' => 'my#reset_api_key'
|
||||
should_route 'POST /my/rss_key' => 'my#reset_rss_key'
|
||||
|
||||
should_route 'GET /my/password' => 'my#password'
|
||||
should_route 'POST /my/password' => 'my#password'
|
||||
|
||||
Reference in New Issue
Block a user