Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userController&test #56

Closed
wants to merge 1 commit into from
Closed

userController&test #56

wants to merge 1 commit into from

Conversation

ttkmw
Copy link
Contributor

@ttkmw ttkmw commented Jun 2, 2019

Related Issue

resolve: #9

Description

userController & test

Checklist

Thank you for your contribution.
Before submitting this PR, please make sure:

  • Test case
  • End of Work

@junbeomlee
Copy link
Member

plz apply lint!

@ttkmw ttkmw force-pushed the feature/#9 branch 2 times, most recently from 4603381 to 606ae21 Compare June 3, 2019 15:58
async delete(@Param('id') id: number): Promise<DeleteResult> {
return await this.service.delete(id);
}
@Put(':id/increase-level')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need Comment: @junbeomlee
not sure http method and url is good.

i referenced: github-api
PUT /repos/:owner/:repo/pulls/:pull_number/update-branch

it was using verb in url

@ttkmw ttkmw force-pushed the feature/#9 branch 2 times, most recently from 80da247 to 7113c91 Compare June 4, 2019 17:15
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.

[User] implement controller
2 participants