Skip to content

Commit 15a4415

Browse files
committed
feat: update get_url endpoint to include application ID in the URL
1 parent 94b2659 commit 15a4415

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:applucation_id>', views.GetUrlView.as_view()),
1010
]

0 commit comments

Comments
 (0)