add users page

This commit is contained in:
2021-06-24 23:45:36 +03:00
parent 5d2ecf2f0c
commit 40ac760857
17 changed files with 227 additions and 97 deletions

View File

@ -8,6 +8,7 @@ export const ROUTES = {
};
export const ENDPOINT = {
AUTH: 'https://localhost:3189/api/auth',
USERS: 'https://localhost:3189/api/users',
ACTIONS: 'https://localhost:3189/api/bot/actions',
CONDITIONS: 'https://localhost:3189/api/bot/conditions',