Skip to content

Commit

Permalink
Remove ORG_PATH const
Browse files Browse the repository at this point in the history
No longer needed since ‘/org’ is gone
  • Loading branch information
scottybollinger committed Nov 23, 2020
1 parent 21aee41 commit e0e79ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const CUSTOM_API_DOCS_URL = `${DOCS_PREFIX}/workplace-search-custom-sourc
export const CUSTOM_API_DOCUMENT_PERMISSIONS_DOCS_URL = `${CUSTOM_SOURCE_DOCS_URL}#custom-api-source-document-level-access-control`;
export const ENT_SEARCH_LICENSE_MANAGEMENT = `${ENT_SEARCH_DOCS_PREFIX}/license-management.html`;

export const ORG_PATH = '/org';
export const PERSONAL_PATH = '/p';

export const ROLE_MAPPINGS_PATH = '/role-mappings';
Expand Down

0 comments on commit e0e79ac

Please sign in to comment.