Commit 63be40225fc05f3d6de077f13c81cd37fc6296b5

Authored by Adhidarma Hadiwinoto
1 parent 208d90be35
Exists in master

Perbaikan status addImsiResponse

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/apiserver/router-config-senders.js
... ... @@ -57,7 +57,7 @@ function addImsi(data, imsi) {
57 57 function addImsiResponse(req, res) {
58 58 if (res.locals.add_imsi_success) {
59 59 res.json({
60   - status: 'NOT OK',
  60 + status: 'OK',
61 61 message: 'IMSI berhasil didaftarkan',
62 62 });
63 63 } else {