Skip to content

Commit 36e6776

Browse files
authored
Merge pull request #3 from victorais/my_feature_branch
Add log for fastapi initialized Issue with gitguardian action that doesn't impact result
2 parents e60f0b4 + 46cb026 commit 36e6776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# Create a FastAPI application instance
1212
app = FastAPI()
1313

14+
logger.info("FastAPI app initialized")
15+
1416

1517
@app.get("/webhooks")
1618
async def webhook_get(request: Request) -> JSONResponse:

0 commit comments

Comments
 (0)