Skip to content

Commit

Permalink
[frontend] Change INTERACTIVE_SEARCH_API to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Sep 27, 2021
1 parent ee73b4d commit 6247b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/core/src/desktop/js/api/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const SEND_SLACK_MESSAGE = '/desktop/slack/api/message/send';
export const TOPO_URL = '/desktop/topo/';

export const SEARCH_API = '/desktop/api/search/entities';
export const INTERACTIVE_SEARCH_API = '/desktop/api/search/entities_interactive';
export const INTERACTIVE_SEARCH_API = '/api/metadata/search/entities_interactive';

export const CREATE_SESSION_API = '/api/editor/create_session'; // Note: dup by api.ts
export const CLOSE_SESSION_API = '/api/editor/close_session'; // Note: dup by api.ts
Expand Down

0 comments on commit 6247b4c

Please sign in to comment.