UNPKG

@mocks-server/admin-api-paths

Version:

Api paths of @mocks-server/plugin-admin-api

16 lines (14 loc) 618 B
const BASE_PATH = "/api"; const CONFIG = "/config"; const ABOUT = "/about"; const ALERTS = "/alerts"; const COLLECTIONS = "/mock/collections"; const ROUTES = "/mock/routes"; const VARIANTS = "/mock/variants"; const CUSTOM_ROUTE_VARIANTS = "/mock/custom-route-variants"; const DEFAULT_PORT = 3110; const DEFAULT_HOST = "0.0.0.0"; const DEFAULT_CLIENT_HOST = "127.0.0.1"; const DEFAULT_PROTOCOL = "http"; const HTTPS_PROTOCOL = "https"; export { ABOUT, ALERTS, BASE_PATH, COLLECTIONS, CONFIG, CUSTOM_ROUTE_VARIANTS, DEFAULT_CLIENT_HOST, DEFAULT_HOST, DEFAULT_PORT, DEFAULT_PROTOCOL, HTTPS_PROTOCOL, ROUTES, VARIANTS };