mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
14 years ago
2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||||||
from django.conf.urls.defaults import * |
from django.conf.urls.defaults import * |
||||||
|
|
||||||
urlpatterns = patterns('web.postkey.views', |
urlpatterns = patterns('web.postkey.views', |
||||||
(r'^$', 'index'), |
(r'^$', 'addkey'), |
||||||
) |
) |
||||||
|
Loading…
Reference in new issue