Browse Source

print ping

Khaleel Al-Adhami 3 weeks ago
parent
commit
ee9d2fa31c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reflex/app.py

+ 1 - 0
reflex/app.py

@@ -1765,6 +1765,7 @@ async def ping(_request: Request) -> Response:
     Returns:
         The response.
     """
+    print("Received ping")  # noqa: T201
     return JSONResponse("pong")