UNPKG

@equinor/fusion-framework-vite-plugin-api-service

Version:

Vite plugin for proxying service discovery and mocking

11 lines (10 loc) 329 B
/** * Default route paths used by the API service plugin when no custom paths * are provided. */ export declare 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" }