@equinor/fusion-framework-vite-plugin-api-service
Version:
Vite plugin for proxying service discovery and mocking
11 lines (10 loc) • 314 B
text/typescript
/**
* 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',
}