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