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

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.

Great!

@mcruzdev mcruzdev merged commit 3bb7bc6 into mcruzdev:main Jan 26, 2026
5 checks passed
@matheusandre1 matheusandre1 deleted the feat-clean-issue50 branch January 26, 2026 13: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