HM-23. Добавелены классы для работы с api servie-store (#2)

Co-authored-by: vigdorov <vigdorov@yandex-team.ru>
This commit is contained in:
Nikolay
2020-07-06 13:52:19 +03:00
committed by GitHub
parent 243f2ce614
commit 146b780812
5 changed files with 192 additions and 6 deletions

5
src/api/consts.js Normal file
View File

@ -0,0 +1,5 @@
export const API_URL = 'http://vigdorov.ru:4001';
export const ENDPOINT = '/store';
export const API_KEYS = {
};