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