diff --git a/src/aidapp/api/routers/admin.py b/src/aidapp/api/routers/admin.py index b29dc98..ee76e9b 100644 --- a/src/aidapp/api/routers/admin.py +++ b/src/aidapp/api/routers/admin.py @@ -24,4 +24,4 @@ async def calculate(input_values: InputValues): @router.get("/wake-up/") async def wake_up(): """Endpoint to check if the server is running.""" - return JSONResponse(content={"message": "Server is running"}, status_code=200) \ No newline at end of file + return JSONResponse(content={"message": "Server is running"}, status_code=200)