Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
PKH_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yoonjunhyeon
2020-05-02 21:55:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe333de8ac27218075f5506e093e25068d5fca36
fe333de8
1 parent
ffb44819
필요 없는 옛날 backend 삭제
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/backend/api/views.py
web/backend/api/views.py
View file @
fe333de
...
...
@@ -24,6 +24,7 @@ class VideoFileViewSet(viewsets.ModelViewSet):
queryset
=
VideoFile
.
objects
.
all
()
serializer_class
=
VideoFileSerializer
class
VideoFileUploadView
(
APIView
):
parser_classes
=
(
MultiPartParser
,
FormParser
)
...
...
Please
register
or
login
to post a comment