Updated api_url
This commit is contained in:
parent
dab46b862d
commit
f817f5b56f
2 changed files with 2 additions and 2 deletions
2
app.py
2
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():
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue