Update the API to use new naming matching database.

This commit is contained in:
Leo Vasanko
2026-01-27 02:22:29 +00:00
parent db104d762b
commit 2413a32bda
12 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -268,5 +268,5 @@ async def api_set_session(
session.set_session_cookie(response, auth.credentials)
return {
"message": "Session cookie set successfully",
"user_uuid": str(user.user_uuid),
"user": str(user.user),
}