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