浏览代码

[frontend] Change INTERACTIVE_SEARCH_API to public

Harshg999 4 年之前
父节点
当前提交
6247b4ca09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/js/api/urls.js

+ 1 - 1
desktop/core/src/desktop/js/api/urls.js

@@ -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