This commit is contained in:
Guilhem Saurel
2024-02-20 10:58:23 +01:00
parent dc7868b626
commit 4816698b4d
3 changed files with 18 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ async def matrix_webhook(request):
This one handles a POST, checks its content, and forwards it to the matrix room.
"""
LOGGER.debug(f"Handling {request=}")
msg = f"Handling {request=}"
LOGGER.debug(msg)
# healthcheck
if request.rel_url.path == "/health":