Archived
1
0

update url rules

This commit is contained in:
Jeff Becker 2016-11-07 09:10:24 -05:00
parent 64a9e471ef
commit f315823dcd
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -21,5 +21,5 @@ from . import views
urlpatterns = [ urlpatterns = [
url(r'^webhook$', views.webhook), url(r'^webhook$', views.webhook),
url(r'', include('nntpchan.frontend.urls')) url(r'^nntpchan/', include('nntpchan.frontend.urls'))
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)