mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
use djangorestframwork in api
This commit is contained in:
1
urls.py
1
urls.py
@@ -43,7 +43,6 @@ urlpatterns = patterns('',
|
||||
|
||||
(r'^share/', include('share.urls')),
|
||||
(r'^api/', include('api.urls')),
|
||||
(r'^rest/', include('djangorestframework.urls')),
|
||||
url(r'^shareadmin/$', share_admin, name='share_admin'),
|
||||
(r'^shareadmin/removeshare/$', repo_remove_share),
|
||||
(r'^sharedlink/get/$', get_shared_link),
|
||||
|
Reference in New Issue
Block a user