Skip to content

Commit

Permalink
change aws bucket link
Browse files Browse the repository at this point in the history
  • Loading branch information
m-romberg committed May 5, 2023
1 parent a9997a8 commit 304df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# if using api key
from dotenv import load_dotenv
load_dotenv()
AWS_BUCKET_URL = "https://sarahgraup-pixly.s3.us-west-1.amazonaws.com"
AWS_BUCKET_URL = "https://madelynromberg-pixly.s3.us-west-1.amazonaws.com"

app = Flask(__name__)
cors = CORS(app)
Expand Down

0 comments on commit 304df01

Please sign in to comment.