Skip to content

Conversation

@matheusandre1
Copy link
Contributor

version clean in relation a on issue #50

Copy link
Owner

@mcruzdev mcruzdev left a comment

Choose a reason for hiding this comment

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

Thanks a lot for this pull request, I left a comment

}
const user = JSON.parse(data);
return this.httpClient.get(`/api/users/${user.id}`);
return this.httpClient.get(`/api/users/${user.id}`, {
Copy link
Owner

Choose a reason for hiding this comment

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

I think we can remove the addition of headers here, I am not sure, but we have an interceptor registered in the angular app.

@matheusandre1
Copy link
Contributor Author

Closes #50

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