Skip to content

Commit

Permalink
ms guard fix (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: Fyle <[email protected]>
  • Loading branch information
DhaaraniCIT and Fyle authored Feb 8, 2024
1 parent 7d20d86 commit db302a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class BusinessCentralConnectorService {
cacheBusterObserver: businessCentralCredentialsCache$
})
getBusinessCentralConnection() {
return this.apiService.get(`/workspaces/${this.workspaceService.getWorkspaceId()}/business_central/connection`, {});
return this.apiService.get(`/workspaces/${this.workspaceService.getWorkspaceId()}/business_central/connection/`, {});
}

}

0 comments on commit db302a6

Please sign in to comment.