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 ed4cc92 commit e8903f5Copy full SHA for e8903f5
1 file changed
apps/oss/urls.py
@@ -6,5 +6,6 @@
6
7
urlpatterns = [
8
path('oss/file', views.FileView.as_view()),
9
+ path('oss/file/<str:file_id>', views.FileView.Operate.as_view()),
10
path('oss/get_url/<str:application_id>', views.GetUrlView.as_view()),
11
]
0 commit comments