UNPKG

@m-ld/gateway

Version:

m-ld gateway for services

9 lines (8 loc) 364 B
import { EndPoint } from './EndPoint.js'; import { ApiEndPoint } from './ApiEndPoint.js'; import { Request, Response } from 'restify'; export declare class DomainEndPoint extends EndPoint<ApiEndPoint> { constructor(outer: ApiEndPoint); get gateway(): import("../server/Gateway.js").Gateway; postSubdomain(req: Request, res: Response): Promise<void>; }