init commit
This commit is contained in:
9
video/urls.py
Normal file
9
video/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('nsfw_videos/', views.nsfw_videos, name='nsfw videos'),
|
||||
path('create_hls/', views.create_hls, name='create hls video streaming'),
|
||||
# path('hls_video/', views.hls_videos, name='hls video streaming')
|
||||
]
|
||||
Reference in New Issue
Block a user