diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 23:21:25 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 23:21:25 +0800 |
commit | 5d0a833af478b87f4fb815e37da0beb5a09c6067 (patch) | |
tree | 00a1e021aea50625d0c57ddeb4321af47a3c0641 /namatoko.pro | |
parent | 873f8a55d01ecbd11c957d140eaf2a0bb30ae51f (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.pro | 3 |
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 += \ |