dev@locazia: fix

This commit is contained in:
user 2024-04-05 13:40:47 +03:00
parent 181fded171
commit bc4730b7c9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class StoredContent(AlchemyBase, NodeStorageIndexationMixin):
@property
def filepath(self) -> str:
return os.path.join(UPLOADS_DIR, file_hash)
return os.path.join(UPLOADS_DIR, self.hash)
@property
def web_url(self) -> str: