Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
chore(api): aPI Domain change #1007
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Nov 8, 2021
1 parent c37c82f commit ec1a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/api/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

export const instance = axios.create({
baseURL: process.env.API_ROOT ?? 'https://conduit.productionready.io/api/',
baseURL: process.env.API_ROOT ?? 'https://api.realworld.io/api/',
});

export const { get, post, delete: del, put } = instance;
Expand Down

0 comments on commit ec1a679

Please sign in to comment.