From 49d159306b07480a7b6f1756fa66660ddb84f278 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 26 Jul 2022 16:24:27 +0200 Subject: [PATCH] Fix backend API address --- static/config.js | 2 ++ static/index.html | 1 + static/zetikettes.js | 5 ++++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 static/config.js diff --git a/static/config.js b/static/config.js new file mode 100644 index 0000000..6e5b375 --- /dev/null +++ b/static/config.js @@ -0,0 +1,2 @@ +config = 'prod' +// config = 'dev' diff --git a/static/index.html b/static/index.html index f9b24b6..98ce5ec 100644 --- a/static/index.html +++ b/static/index.html @@ -12,6 +12,7 @@ +