diff --git a/docker b/docker new file mode 100644 index 0000000..e69de29 diff --git a/src/config.js b/src/config.js index 237a482..19c87d2 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ const config = { apiBaseUrl: 'http://127.0.0.1:48996', }, production: { - apiBaseUrl: 'http://36.103.199.107:48996', + apiBaseUrl: 'http://36.103.203.89:48996', } };