mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: update get_url endpoint to include application ID in the URL
This commit is contained in:
parent
94b2659019
commit
15a44158be
|
|
@ -6,5 +6,5 @@ app_name = 'oss'
|
|||
|
||||
urlpatterns = [
|
||||
path('oss/file', views.FileView.as_view()),
|
||||
path('oss/get_url', views.GetUrlView.as_view()),
|
||||
path('oss/get_url/<str:applucation_id>', views.GetUrlView.as_view()),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue