diff --git a/src/api/consts.js b/src/api/consts.js index 5c7ac37..02cea95 100644 --- a/src/api/consts.js +++ b/src/api/consts.js @@ -1,5 +1,5 @@ -export const API_URL = 'http://vigdorov.ru:4001'; +export const API_URL = 'http://api.storage.vigdorov.ru'; export const ENDPOINT = '/store';