UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

24 lines (16 loc) 846 B
--- lang: en title: 'API docs: openapi-v3.controllerspec.basepath' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/openapi-v3 permalink: /doc/en/lb4/apidocs.openapi-v3.controllerspec.basepath.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/openapi-v3](./openapi-v3.md) &gt; [ControllerSpec](./openapi-v3.controllerspec.md) &gt; [basePath](./openapi-v3.controllerspec.basepath.md) ## ControllerSpec.basePath property The base path on which the Controller API is served. If it is not included, the API is served directly under the host. The value MUST start with a leading slash (/). <b>Signature:</b> ```typescript basePath?: string; ```