dev@locazia: fix
This commit is contained in:
parent
181fded171
commit
bc4730b7c9
|
|
@ -55,7 +55,7 @@ class StoredContent(AlchemyBase, NodeStorageIndexationMixin):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def filepath(self) -> str:
|
def filepath(self) -> str:
|
||||||
return os.path.join(UPLOADS_DIR, file_hash)
|
return os.path.join(UPLOADS_DIR, self.hash)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def web_url(self) -> str:
|
def web_url(self) -> str:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue