forked from 0x2620/pandora
rewrite history, again
This commit is contained in:
parent
f93fd49bd7
commit
8a6f29cd31
11 changed files with 155 additions and 103 deletions
|
|
@ -617,6 +617,7 @@
|
|||
"lists": {},
|
||||
"mapFind": "",
|
||||
"mapSelection": "",
|
||||
"page": "",
|
||||
"section": "items",
|
||||
"showAnnotations": true,
|
||||
"showBrowser": true,
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ urlpatterns = patterns('',
|
|||
(r'^api/upload/$', 'archive.views.firefogg_upload'),
|
||||
(r'^url=(?P<url>.*)$', 'app.views.redirect_url'),
|
||||
(r'^file/(?P<oshash>.*)$', 'archive.views.lookup_file'),
|
||||
(r'^api$', include('api.urls')),
|
||||
(r'^api/$', include('api.urls')),
|
||||
(r'^resetUI$', 'user.views.reset_ui'),
|
||||
(r'', include('item.urls')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue