HM-30. Добавлен класс Компонент, поправлены api, внедрен тестовый ком… (#5)
This commit is contained in:
@ -1,5 +1,15 @@
|
||||
/**
|
||||
* @type {string}
|
||||
*/
|
||||
export const API_URL = 'http://vigdorov.ru:4001';
|
||||
export const ENDPOINT = '/store';
|
||||
export const API_KEYS = {
|
||||
|
||||
/**
|
||||
* @type {string}
|
||||
*/
|
||||
export const ENDPOINT = '/store';
|
||||
|
||||
/**
|
||||
* @type {Object<string, string>}
|
||||
*/
|
||||
export const API_KEYS = {
|
||||
};
|
||||
Reference in New Issue
Block a user