Skip to content

Commit 137649e

Browse files
author
Bernardo-MG
committed
Updated URL
1 parent fdfeb4f commit 137649e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/business/service/business.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class BusinessService {
1414
) { }
1515

1616
getData(): Observable<Data[]> {
17-
return this.http.get<ApiResponse<Data[]>>(`${environment.apiUrl}/rest/entity/`)
17+
return this.http.get<ApiResponse<Data[]>>(`${environment.apiUrl}/rest/entity`)
1818
.pipe(map(response => response.content));
1919
}
2020

0 commit comments

Comments
 (0)