api: Serve v/aF6EKr9xMu.txt for wechat mini program direct scan

This commit is contained in:
Fam Zheng 2025-08-17 12:47:08 +01:00
parent aa670811e8
commit 270c3d8ac2

View File

@ -3,5 +3,6 @@ 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())
]