feat: better tokens
This commit is contained in:
@@ -6,6 +6,7 @@ class Page:
|
||||
path: str
|
||||
with_index: bool
|
||||
host: str | None = None
|
||||
token_hash: str | None = None
|
||||
|
||||
def get_url_path(self) -> str:
|
||||
return f"/{self.path}/"
|
||||
|
||||
Reference in New Issue
Block a user