Show More
@@ -103,6 +103,8 b' function registerRCRoutes() {' | |||||
103 | pyroutes.register('strip', '/%(repo_name)s/strip', ['repo_name']); |
|
103 | pyroutes.register('strip', '/%(repo_name)s/strip', ['repo_name']); | |
104 | pyroutes.register('strip_check', '/%(repo_name)s/strip_check', ['repo_name']); |
|
104 | pyroutes.register('strip_check', '/%(repo_name)s/strip_check', ['repo_name']); | |
105 | pyroutes.register('strip_execute', '/%(repo_name)s/strip_execute', ['repo_name']); |
|
105 | pyroutes.register('strip_execute', '/%(repo_name)s/strip_execute', ['repo_name']); | |
|
106 | pyroutes.register('search', '/_admin/search', []); | |||
|
107 | pyroutes.register('search_repo', '/%(repo_name)s/search', ['repo_name']); | |||
106 | pyroutes.register('user_profile', '/_profiles/%(username)s', ['username']); |
|
108 | pyroutes.register('user_profile', '/_profiles/%(username)s', ['username']); | |
107 | pyroutes.register('my_account_profile', '/_admin/my_account/profile', []); |
|
109 | pyroutes.register('my_account_profile', '/_admin/my_account/profile', []); | |
108 | pyroutes.register('my_account_password', '/_admin/my_account/password', []); |
|
110 | pyroutes.register('my_account_password', '/_admin/my_account/password', []); |
General Comments 0
You need to be logged in to leave comments.
Login now