summaryrefslogtreecommitdiff
path: root/namatoko.pro
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-10 23:21:25 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-10 23:21:25 +0800
commit5d0a833af478b87f4fb815e37da0beb5a09c6067 (patch)
tree00a1e021aea50625d0c57ddeb4321af47a3c0641 /namatoko.pro
parent873f8a55d01ecbd11c957d140eaf2a0bb30ae51f (diff)
Use the response data to initiate client
It's correct now, but the problem is, the client pushes the catalog page faster than the web server can reload to make the newly built sample URL valid.
Diffstat (limited to 'namatoko.pro')
-rw-r--r--namatoko.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/namatoko.pro b/namatoko.pro
index b2830b8..c01e708 100644
--- a/namatoko.pro
+++ b/namatoko.pro
@@ -1,8 +1,7 @@
QT += quickcontrols2
DEFINES += \
CA_BUNDLE=\\\"$$CA_BUNDLE\\\" \
- SAMPLEURL=\\\"$$SAMPLEURL\\\" \
- IMAGE_DIR=\\\"$$IMAGE_DIR\\\"
+ SECURE_SERVER=\\\"$$SECURE_SERVER\\\"
debug: DEFINES += DEBUG
HEADERS += controller.hxx
SOURCES += \