Skip to content

Instantly share code, notes, and snippets.

@saeedhajinasiri
Created April 15, 2021 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saeedhajinasiri/1aa6acdc2f3002495c22fd6d4d4c018d to your computer and use it in GitHub Desktop.
Save saeedhajinasiri/1aa6acdc2f3002495c22fd6d4d4c018d to your computer and use it in GitHub Desktop.
...
@Controller('users')
export class UsersController {
constructor(private readonly usersService: UsersService){}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment