Эх сурвалжийг харах

update app/api/apiBase.js

wudebin 10 сар өмнө
parent
commit
3f567d788a

+ 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")
   }
 }