We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64561a7 + 47939ac commit 594b7b2Copy full SHA for 594b7b2
apps/oss/urls.py
@@ -6,5 +6,5 @@
6
7
urlpatterns = [
8
path('oss/file', views.FileView.as_view()),
9
- path('oss/get_url', views.GetUrlView.as_view()),
+ path('oss/get_url/<str:application_id>', views.GetUrlView.as_view()),
10
]
0 commit comments