Backstage
    Preparing search index...

    Interface ProxyEndpointsExtensionPointAlpha

    Extension point interface for managing proxy endpoints.

    interface ProxyEndpointsExtensionPoint {
        addProxyEndpoints(endpoints: Record<string, string | ProxyConfig>): void;
    }
    Index

    Methods