Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaan49 authored Aug 7, 2024
1 parent 4401f63 commit 85a0c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
async def health_check():
return {"status": "ok"}

@app.post("/generate-qr/")
@app.post("/api/generate-qr/")
async def generate_qr(url: str):
try:
# Generate QR Code
Expand Down

0 comments on commit 85a0c20

Please sign in to comment.