From e996819a000fc52810b929130de32c714c7420a7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jul 2024 15:19:25 +0200 Subject: [PATCH] ADD /report --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9cf72a4..2f58232 100644 --- a/main.py +++ b/main.py @@ -338,7 +338,7 @@ async def volume_mount(get: CL.CL_GET_VOLUME,api_key: APIKey = Depends(auth.get_ @app.post("/report") async def reporting(get: CL.CL_REPORTING,api_key: APIKey = Depends(auth.get_api_key)): print(f"{get.username}") - print(f"{lastacces}") + print(f"{get.lastaccess}") print(f"{get.ipaddres}") ## Startet den API-Server