Skip to content

Commit 594b7b2

Browse files
Merge remote-tracking branch 'origin/v2' into v2
2 parents 64561a7 + 47939ac commit 594b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oss/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
urlpatterns = [
88
path('oss/file', views.FileView.as_view()),
9-
path('oss/get_url', views.GetUrlView.as_view()),
9+
path('oss/get_url/<str:application_id>', views.GetUrlView.as_view()),
1010
]

0 commit comments

Comments
 (0)