Fix things

This commit is contained in:
2026-01-02 16:44:44 +01:00
parent 911f8d85cb
commit bef9ddd034
4 changed files with 2 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ class AuthController:
def auth(self):
try:
received_data = request.get_json()
print(received_data)
with ApiClient(self.config) as client:
auth_api = AuthApi(client)