Skip to content

Commit e8903f5

Browse files
authored
feat: Add and Delete File Interface (#6296)
1 parent ed4cc92 commit e8903f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/oss/urls.py

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

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

0 commit comments

Comments
 (0)