fix: file asset uploading and deleting (#496)

This commit is contained in:
pablohashescobar 2023-03-22 23:38:47 +05:30 committed by GitHub
parent f615f8ac0c
commit 27b1308227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -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",
),