Browse Source

update app/api/apiBase.js

wudebin 10 tháng trước cách đây
mục cha
commit
3f567d788a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Strides-APP/app/api/apiBase.js

+ 3 - 0
Strides-APP/app/api/apiBase.js

@@ -11,5 +11,8 @@ export default {
   },
   checkUpdate() {
     return get(prefix + "checkAppVersion")
+  },
+  getPinMessage() {
+    return get(prefix + "pin-message")
   }
 }