fix wrong resolve doc string

This commit is contained in:
Simon 2023-08-06 10:26:47 +07:00
parent 691c643745
commit 313bbe8b49
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class VideoApiListView(ApiBaseView):
class VideoProgressView(ApiBaseView):
"""resolves to /api/video/<video_id>/
"""resolves to /api/video/<video_id>/progress/
handle progress status for video
"""