9 lines
198 B
Python
9 lines
198 B
Python
|
|
from django.urls import re_path, include
|
|
from .views import *
|
|
|
|
urlpatterns = [
|
|
re_path(r'aF6EKr9xMu.txt', MiniProgEntryVerifyView.as_view()),
|
|
re_path(r'.*', MiniProgEntryVView.as_view())
|
|
]
|