弹幕接口和历史接口
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
from . import views
|
||||
from django.conf.urls.static import static
|
||||
from IT_Show import settings
|
||||
|
||||
urlpatterns = [
|
||||
path('history/', views.history.as_view()),
|
||||
]
|
||||
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
Reference in New Issue
Block a user