Skip to content

Conversation

@younjihoon
Copy link

No description provided.

@younjihoon younjihoon closed this May 1, 2023
@younjihoon younjihoon reopened this May 1, 2023
@Byunk Byunk changed the title Add files via upload Jihoon May 1, 2023
Copy link
Member

@Byunk Byunk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency가 설치되어 있지 않습니다.
실행이 안될 것으로 예상됩니다.

/* Create */
export async function create(req: Request, res: Response, next: NextFunction) {
const { username, userID, password, email } = req.body;
const newUser = new User({ username, userID, password, email });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
username: username,
password: hashedPassword,
name: name,
email: email,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants