Skip to content

Commit

Permalink
Update user.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikMittal authored Jun 18, 2020
1 parent 5f6bce5 commit e2e83ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export class UserController {
public userRepository: UserRepository
) {}

@post('/signup', {
@post('/users/signup', {
responses: {
'200': {
description: 'User',
description: 'User Signup route',
content: {
'application/json': {
schema: {
Expand Down

0 comments on commit e2e83ac

Please sign in to comment.