mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
added pdf view with pdf.js
This commit is contained in:
1
urls.py
1
urls.py
@@ -65,6 +65,7 @@ urlpatterns = patterns('',
|
||||
(r'^publicrepo/create/$', public_repo_create),
|
||||
(r'^events/$', events),
|
||||
(r'^file_comment/$', file_comment),
|
||||
(r'^pdf_full_view/$', pdf_full_view),
|
||||
(r'^pubinfo/$', pubinfo),
|
||||
url(r'^i18n/$', i18n, name='i18n'),
|
||||
(r'^download/repo/$', repo_download),
|
||||
|
Reference in New Issue
Block a user