mirror of
https://github.com/fergalmoran/ferglie.git
synced 2026-01-06 16:45:15 +00:00
MVP Done
This commit is contained in:
5
dispatcher/urls.py
Executable file
5
dispatcher/urls.py
Executable file
@@ -0,0 +1,5 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^(?P<dispatch_id>\w+)/$', 'dispatcher.views.dispatch'),
|
||||
]
|
||||
Reference in New Issue
Block a user