mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: correct typo in application_id parameter for get_url endpoint
This commit is contained in:
parent
15a44158be
commit
47939ac6c0
|
|
@ -6,5 +6,5 @@ app_name = 'oss'
|
|||
|
||||
urlpatterns = [
|
||||
path('oss/file', views.FileView.as_view()),
|
||||
path('oss/get_url/<str:applucation_id>', views.GetUrlView.as_view()),
|
||||
path('oss/get_url/<str:application_id>', views.GetUrlView.as_view()),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue