Skip to content

Commit

Permalink
add baseUrl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dashney committed Mar 7, 2020
1 parent 7276ffe commit c0e545c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export class Api {
)
}

/**
* Returns the `baseUrl` which was set via the constructor.
*/
get baseUrl() {
return this.requestManager.baseUrl
}
Expand Down

0 comments on commit c0e545c

Please sign in to comment.