feat:更新博客访客记录

This commit is contained in:
2025-09-28 18:42:08 +08:00
parent bd1d10e0f7
commit b6617d3db2
4 changed files with 166 additions and 6 deletions

View File

@@ -18,6 +18,3 @@ def create(db: Session, username: str, password: str) -> SessionResponse:
access_token=create_token(create_payload(username)),
token_type="Bearer"
)