We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfeb4f commit 137649eCopy full SHA for 137649e
1 file changed
src/app/business/service/business.service.ts
@@ -14,7 +14,7 @@ export class BusinessService {
14
) { }
15
16
getData(): Observable<Data[]> {
17
- return this.http.get<ApiResponse<Data[]>>(`${environment.apiUrl}/rest/entity/`)
+ return this.http.get<ApiResponse<Data[]>>(`${environment.apiUrl}/rest/entity`)
18
.pipe(map(response => response.content));
19
}
20
0 commit comments