diff --git a/app.py b/app.py index 915bc87..1ce84b8 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ from markupsafe import escape app = Flask(__name__) -api_url = "http://192.168.1.3:8000" +api_url = "https://api.toddlershop.yarnecoppens.com" @app.route("/") def start(): diff --git a/static/scripts/main.js b/static/scripts/main.js index 2361461..2db1ccd 100644 --- a/static/scripts/main.js +++ b/static/scripts/main.js @@ -2,7 +2,7 @@ var all_products let barcodeForm -const api_url = "http://192.168.1.3:8000" +const api_url = "https://api.toddlershop.yarnecoppens.com" var to_fill_product_index = 0