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