This commit is contained in:
Aevann1 2021-07-30 07:31:38 +02:00
parent 7d96ed0c48
commit ef979d3660
28 changed files with 315 additions and 363 deletions

View file

@ -29,7 +29,7 @@ class OauthApp(Base, Stndrd):
@property
def permalink(self):
return f"/admin/app/{self.base36id}"
return f"/admin/app/{self.id}"
def idlist(self, page=1, **kwargs):