1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[api2] Add magic and random_key to repo

This commit is contained in:
poetwang
2013-10-18 01:01:43 +08:00
parent cd762fe60a
commit 7cc9725665
2 changed files with 17 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ urlpatterns = patterns('',
# Folowing is only for debug, will be removed
#url(r'^html/newreply2/$', api_new_replies),
#url(r'^html/events2/$', activity2),
#url(r'^html/more_events/$', events2),
#url(r'^html/more_events/$', events2, name="more_events"),
#url(r'^html/repo_history_changes/(?P<repo_id>[-0-9a-f]{36})/$', api_repo_history_changes, name='api_repo_history_changes'),
#url(r'^html/discussions2/(?P<group_id>\d+)/$', discussions2, name="api_discussions2"),