add users table, user form, show\create\delete user, router service

This commit is contained in:
2021-06-20 01:45:52 +03:00
parent ab0ecb1b3e
commit 5d2ecf2f0c
22 changed files with 537 additions and 23 deletions

View File

@ -8,5 +8,9 @@ export const ROUTES = {
};
export const ENDPOINT = {
USERS: 'http://vigdorov.ru:3011/users',
USERS: 'https://localhost:3189/api/users',
ACTIONS: 'https://localhost:3189/api/bot/actions',
CONDITIONS: 'https://localhost:3189/api/bot/conditions',
GRAPHS: 'https://localhost:3189/api/bot/graphs',
CURRENCIES: 'https://localhost:3189/api/bot/currencies',
};