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