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.
1 parent 94b2659 commit 15a4415Copy full SHA for 15a4415
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:applucation_id>', views.GetUrlView.as_view()),
10
]
0 commit comments