Skip to content

Commit

Permalink
change base URL to api subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejianu committed Nov 18, 2023
1 parent 8ad5916 commit a86e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class APIClient {
return responseClass ? plainToInstance(responseClass, res) : res;
}

constructor(baseURL = "/api") {
constructor(baseURL = "api.graduate.com") {
this.axios = Axios.create({
baseURL: baseURL,
headers: { "content-type": "application/json" },
Expand Down

0 comments on commit a86e414

Please sign in to comment.