hcong
2024-11-12 efc06c748272a8a6ba73c964f018ad3a50451aaa
src/api/fytz/userApi.js
@@ -46,5 +46,7 @@
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
  }
  },
};