fix: file asset uploading and deleting (#496)
This commit is contained in:
parent
f615f8ac0c
commit
27b1308227
3 changed files with 2 additions and 4 deletions
|
|
@ -814,7 +814,7 @@ urlpatterns = [
|
|||
name="user-file-assets",
|
||||
),
|
||||
path(
|
||||
"users/file-assets/user-profile/<str:asset_key>/",
|
||||
"users/file-assets/<str:asset_key>/",
|
||||
UserAssetsEndpoint.as_view(),
|
||||
name="user-file-assets",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue