/**
 * Default route paths used by the API service plugin when no custom paths
 * are provided.
 */
export enum DEFAULT_VALUES {
  /** Default base path for proxied API routes. */
  API_PATH = '/@fusion-api',
  /** Default path for the service discovery proxy endpoint. */
  SERVICES_PATH = '/@fusion-services',
}
