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

Commit

Permalink
fix: update demo API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed Nov 13, 2021
1 parent a4be8eb commit 8408c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const config = {
rest_url: 'https://conduit.productionready.io/api/'
rest_url: 'https://api.realworld.io/api/'
};
2 changes: 1 addition & 1 deletion app/config.js.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const config = {
rest_url: 'https://conduit.productionready.io/api/'
rest_url: 'https://api.realworld.io/api/'
};

0 comments on commit 8408c72

Please sign in to comment.