@Get({
url: 'url: 'https://reqres.in/api/users'
})
getUsers(@UrlParam('id') id:string): string {
return empty();
}
@Put({
url: 'url: 'https://reqres.in/api/users'
})
updateUser(@Payload() user: User) {
return empty();
}
8000
| Name | Name | Last commit date | ||
|---|---|---|---|---|