feat(dashboard): add spawn API constants
This commit is contained in:
@@ -6,6 +6,10 @@ export const API_DISMISS_DEAD = '/api/dismiss-dead';
|
||||
export const API_RESPOND = '/api/respond/';
|
||||
export const API_CONVERSATION = '/api/conversation/';
|
||||
export const API_SKILLS = '/api/skills';
|
||||
export const API_SPAWN = '/api/spawn';
|
||||
export const API_PROJECTS = '/api/projects';
|
||||
export const API_PROJECTS_REFRESH = '/api/projects/refresh';
|
||||
export const API_HEALTH = '/api/health';
|
||||
export const POLL_MS = 3000;
|
||||
export const API_TIMEOUT_MS = 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user