This commit is contained in:
Aevann1 2021-10-20 01:43:11 +02:00
parent d83a97e864
commit a33abd82af
10 changed files with 26 additions and 26 deletions

View file

@ -199,7 +199,7 @@ class Comment(Base):
@property
@lazy
def shortlink(self):
return f"https://{site}/comment/{self.id}"
return f"http://{site}/comment/{self.id}"
@property
@lazy