Skip to content

Commit

Permalink
Merge pull request #2084 from daostack/change-api
Browse files Browse the repository at this point in the history
Change API path
  • Loading branch information
andreymikhadyuk authored Sep 18, 2023
2 parents f1d249d + 05eb835 commit a44d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const waitForAuthenticationToBeReady = async (): Promise<void> =>
class Api {
private createApiEngine = () => {
const apiEngine = axios.create({
baseURL: config.cloudFunctionUrl,
baseURL: `${config.cloudFunctionUrl}/api`,
timeout: AXIOS_TIMEOUT,
});

Expand Down

0 comments on commit a44d6eb

Please sign in to comment.