forked from 0x2620/pandora
upload, recovery
This commit is contained in:
parent
56ae83cb5b
commit
57fad37643
7 changed files with 118 additions and 13 deletions
11
oxdb/backend/urls.py
Normal file
11
oxdb/backend/urls.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
|
||||
urlpatterns = patterns("backend.views",
|
||||
(r'^upload/', 'firefogg_upload'),
|
||||
(r'^$', 'api'),
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue