feat: remove explore page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4173e3bd2a
commit
45f810b5b8
@@ -1,5 +1,4 @@
|
||||
export const CONNECTIONS = '/connections';
|
||||
export const EXPLORE = '/explore';
|
||||
export const EXECUTIONS = '/executions';
|
||||
export const EXECUTION_PATTERN = '/executions/:executionId';
|
||||
export const EXECUTION = (executionId: string): string => `/executions/${executionId}`;
|
||||
|
Reference in New Issue
Block a user