We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e60f0b4 + 46cb026 commit 36e6776Copy full SHA for 36e6776
app/main.py
@@ -11,6 +11,8 @@
11
# Create a FastAPI application instance
12
app = FastAPI()
13
14
+logger.info("FastAPI app initialized")
15
+
16
17
@app.get("/webhooks")
18
async def webhook_get(request: Request) -> JSONResponse:
0 commit comments