##// END OF EJS Templates
routes: updated routes JS
super-admin -
r5441:9c903c3e default
parent child Browse files
Show More
@@ -91,8 +91,8 b' function registerRCRoutes() {'
91 91 pyroutes.register('atom_feed_home_old', '/%(repo_name)s/feed/atom', ['repo_name']);
92 92 pyroutes.register('auth_home', '/_admin/auth*traverse', []);
93 93 pyroutes.register('bookmarks_home', '/%(repo_name)s/bookmarks', ['repo_name']);
94 pyroutes.register('branch_remove', '/%(repo_name)s/branches/%(branch_name)s/remove', ['repo_name', 'branch_name']);
94 95 pyroutes.register('branches_home', '/%(repo_name)s/branches', ['repo_name']);
95 pyroutes.register('branch_remove', '/%(repo_name)s/branches/%(branch_name)s/remove', ['repo_name', 'branch_name']);
96 96 pyroutes.register('channelstream_connect', '/_admin/channelstream/connect', []);
97 97 pyroutes.register('channelstream_proxy', '/_channelstream', []);
98 98 pyroutes.register('channelstream_subscribe', '/_admin/channelstream/subscribe', []);
@@ -249,6 +249,7 b' function registerRCRoutes() {'
249 249 pyroutes.register('notifications_show', '/_admin/notifications/%(notification_id)s', ['notification_id']);
250 250 pyroutes.register('notifications_show_all', '/_admin/notifications', []);
251 251 pyroutes.register('notifications_update', '/_admin/notifications/%(notification_id)s/update', ['notification_id']);
252 pyroutes.register('ops_celery_error_test', '/_admin/ops/error-celery', []);
252 253 pyroutes.register('ops_error_test', '/_admin/ops/error', []);
253 254 pyroutes.register('ops_healthcheck', '/_admin/ops/status', []);
254 255 pyroutes.register('ops_ping', '/_admin/ops/ping', []);
General Comments 0
You need to be logged in to leave comments. Login now