Browse Source

[slack] Update Slack API links on the frontend

Harshg999 4 năm trước cách đây
mục cha
commit
153d9fbf5d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      desktop/core/src/desktop/js/api/urls.js

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

@@ -35,8 +35,8 @@ export const DASHBOARD_TERMS_API = '/dashboard/get_terms';
 export const DASHBOARD_STATS_API = '/dashboard/get_stats';
 export const FORMAT_SQL_API = '/notebook/api/format';
 export const GIST_API = '/desktop/api2/gist/';
-export const GET_SLACK_CHANNELS = '/slack/api/channels/get';
-export const SEND_SLACK_MESSAGE = '/slack/api/message/send';
+export const GET_SLACK_CHANNELS = '/desktop/slack/api/channels/get';
+export const SEND_SLACK_MESSAGE = '/desktop/slack/api/message/send';
 export const TOPO_URL = '/desktop/topo/';
 
 export const SEARCH_API = '/desktop/api/search/entities';