From f817f5b56fd6eebbf615e4b0090416af0c0073ab Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Wed, 4 Sep 2024 11:35:18 +0200 Subject: [PATCH] Updated api_url --- app.py | 2 +- static/scripts/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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