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 8, 2024
1 parent 6740ce8 commit aeb32d3
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 @@ -26,7 +26,7 @@

bucket_name = 'new-bucket666' # Add your bucket name here

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

0 comments on commit aeb32d3

Please sign in to comment.