Updated api_url

This commit is contained in:
Yarne Coppens 2024-09-04 11:35:18 +02:00
parent dab46b862d
commit f817f5b56f
2 changed files with 2 additions and 2 deletions

2
app.py
View file

@ -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():

View file

@ -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