Skip to content

Commit

Permalink
feat: mudança de endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wallanpsantos committed Dec 7, 2023
1 parent ebc9b24 commit 37bfc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth-content/auth-content.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AuthContentComponent {
ngOnInit(): void {
this.axiosService.request(
"GET",
"/v1/messages",
"/v1/informations",
{}
).then(
(response) => {
Expand Down

0 comments on commit 37bfc70

Please sign in to comment.