完成视频复刻和优化
This commit is contained in:
@@ -16,6 +16,8 @@ from .views import (
|
||||
GenerateImageView,
|
||||
ImageConversationViewSet,
|
||||
ModelConfigViewSet,
|
||||
VideoReplacePollView,
|
||||
VideoReplaceView,
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -35,4 +37,6 @@ urlpatterns = [
|
||||
path("free-video/<uuid:task_id>/restore/", FreeVideoRestoreView.as_view(), name="ai-free-video-restore"),
|
||||
path("free-video/<uuid:task_id>/purge/", FreeVideoPurgeView.as_view(), name="ai-free-video-purge"),
|
||||
path("free-video/<uuid:task_id>/", FreeVideoDetailView.as_view(), name="ai-free-video-detail"),
|
||||
path("video-replace/", VideoReplaceView.as_view(), name="ai-video-replace"),
|
||||
path("video-replace/<uuid:task_id>/poll/", VideoReplacePollView.as_view(), name="ai-video-replace-poll"),
|
||||
] + router.urls
|
||||
|
||||
Reference in New Issue
Block a user