Skip to content

Commit

Permalink
Add value SEP/2.0/update in url_not_encrypt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
morizbebenk committed Dec 27, 2021
1 parent 88d7732 commit b62ce81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 8 additions & 1 deletion change_log.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metaData": {
"code": 200,
"message": "OK"
"message": "Catatan Perubahan"
},
"response": [
{
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit b62ce81

Please sign in to comment.