constants.ts 162 B

12345
  1. export const API_ROOT = '/api/plugins';
  2. export const GCOM_API_ROOT = '/api/gnet';
  3. // Used for prefixing the Redux actions
  4. export const STATE_PREFIX = 'plugins';