Skip to content

Commit

Permalink
feat: TNL-11173 import, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Nov 1, 2023
1 parent 79998df commit 7b2e65e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions cms/djangoapps/contentstore/rest_api/v0/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
# The Authoring API is being offered on a short time basis as a v0 version, but this will soon be deprecated and
# only a v1 version will be offered. The views were developed under v1, under a belief this is how we'd be
# introducing the API. For now, just keep them there
from ..v1.views import (
from ..v1.views.assets import (
AssetsCreateRetrieveView,
AssetsUpdateDestroyView,
AssetsUpdateDestroyView
)
from ..v1.views.videos import (
VideoEncodingsDownloadView,
VideoFeaturesView,
VideoImagesView,
VideosCreateUploadView,
VideosUploadsView,
TranscriptView,
VideosUploadsView
)
from ..v1.views.transcripts import (
TranscriptView
)
from ..v1.views.xblock import (
XblockCreateView,
XblockView
)
Expand Down

0 comments on commit 7b2e65e

Please sign in to comment.