Skip to content

Commit

Permalink
fix feadme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janisiivola committed Sep 29, 2023
1 parent 935acc4 commit 27c17a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/entity-viewers-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults:

```typescript
const client = getClient();
client.defaults.baseURL = config.CUSTOMER_PORTAL_API;
client.defaults.baseURL = config.ENTITY_VIEWERS_API;
client.defaults.headers['authorization'] = `Bearer ${token}`;
```

Expand Down

0 comments on commit 27c17a9

Please sign in to comment.