From 8408c72d1d62c4d67416b1d6b28d1deb6c521af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Grignon?= <32737308+geromegrignon@users.noreply.github.com> Date: Sat, 13 Nov 2021 09:20:02 +0100 Subject: [PATCH] fix: update demo API URL --- app/config.js | 2 +- app/config.js.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.js b/app/config.js index 44cff8f..9988f65 100644 --- a/app/config.js +++ b/app/config.js @@ -1,3 +1,3 @@ export const config = { - rest_url: 'https://conduit.productionready.io/api/' + rest_url: 'https://api.realworld.io/api/' }; diff --git a/app/config.js.example b/app/config.js.example index 44cff8f..9988f65 100644 --- a/app/config.js.example +++ b/app/config.js.example @@ -1,3 +1,3 @@ export const config = { - rest_url: 'https://conduit.productionready.io/api/' + rest_url: 'https://api.realworld.io/api/' };