Skip to content

Commit 114af9f

Browse files
author
Ruben van Leeuwen
committed
1077: Prettier fixes
1 parent 28972b7 commit 114af9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configuration/configuration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export const DEFAULT_ORCHESTRATOR_API_BASE_URL = 'http://localhost:8080/api';
1111
export const DEFAULT_ORCHESTRATOR_WEBSOCKET_URL = 'ws://localhost:8080';
1212

1313
export const ENGINE_STATUS_ENDPOINT = '/settings/status';
14+
export const PROCESS_STATUS_COUNTS_ENDPOINT = '/processes/status-counts';
1415
export const PROCESSES_ENDPOINT = '/processes';
16+
export const SUBSCRIPTION_ACTIONS_ENDPOINT = '/subscriptions/workflows';
1517
export const SUBSCRIPTION_PROCESSES_ENDPOINT =
1618
'/processes/process-subscriptions-by-subscription-id';
1719
export const DEFAULT_WORKFLOW_INFORMATION_LINK_URL = 'http://localhost:8080';

0 commit comments

Comments
 (0)