This commit is contained in:
2025-08-10 02:33:00 -03:00
parent b7143ea634
commit a77cab45c1
10 changed files with 35 additions and 14 deletions

View File

@@ -5,4 +5,4 @@ router = Router()
@router.get('/userinfo')
def userinfo():
return {}
return {'name': 'test'}