mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
[repo] online GC.
This commit is contained in:
@@ -154,6 +154,7 @@ urlpatterns = patterns('',
|
||||
url(r'^ajax/space_and_traffic/$', space_and_traffic, name='space_and_traffic'),
|
||||
url(r'^ajax/my-shared-and-group-repos/$', my_shared_and_group_repos, name='my_shared_and_group_repos'),
|
||||
url(r'^ajax/events/$', events, name="events"),
|
||||
url(r'^ajax/repo/(?P<repo_id>[-0-9a-f]{36})/online_gc/$', repo_online_gc, name='repo_online_gc'),
|
||||
|
||||
### Organizaion ###
|
||||
url(r'^pubinfo/libraries/$', pubrepo, name='pubrepo'),
|
||||
|
Reference in New Issue
Block a user