Fix /v/ url pattern
This commit is contained in:
parent
d07bf5b40d
commit
b4bd78f935
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
from django.urls import path, include
|
from django.urls import re_path, include
|
||||||
from .views import *
|
from .views import *
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', MiniProgEntryVView.as_view())
|
re_path(r'.*', MiniProgEntryVView.as_view())
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user