This commit is contained in:
Aevann1 2021-11-21 14:32:49 +02:00
parent 4cec85ff43
commit 094ebcdce2
3 changed files with 4 additions and 4 deletions

View file

@ -179,7 +179,7 @@ class Submission(Base):
@property
@lazy
def shortlink(self):
return f"http://{site}/post/{self.id}"
return f"/post/{self.id}"
@property
@lazy