From b62ce81dcae1a43d68d2a9b5f07a2c42e501f2c0 Mon Sep 17 00:00:00 2001 From: Moriz Date: Mon, 27 Dec 2021 15:28:07 +0700 Subject: [PATCH] Add value SEP/2.0/update in url_not_encrypt variable --- app.py | 2 +- change_log.json | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 812924e..5ae2127 100644 --- a/app.py +++ b/app.py @@ -201,7 +201,7 @@ def bridging(): return jsonify(data), res[metadata][code] if int(is_encrypt) == 1: - url_not_encrypt = ["SEP/2.0/delete"] + url_not_encrypt = ["SEP/2.0/delete", "SEP/2.0/update"] status_encrypt = True for unc in url_not_encrypt: diff --git a/change_log.json b/change_log.json index 152724c..b40fe9b 100644 --- a/change_log.json +++ b/change_log.json @@ -1,7 +1,7 @@ { "metaData": { "code": 200, - "message": "OK" + "message": "Catatan Perubahan" }, "response": [ { @@ -43,6 +43,13 @@ "Mengubah sistem versi dengan mengacu pada Semantic versioning" ], "version" : "v1.0.3" + }, + { + "date" : "2021-12-27", + "message" : [ + "Menambah nilai SEP/2.0/update pada variabel url_not_encrypt" + ], + "version" : "v1.0.4" } ] } \ No newline at end of file