UNPKG

@loopback/docs

Version:

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

24 lines (16 loc) 807 B
--- lang: en title: 'API docs: express.expressserver.rooturl' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/express permalink: /doc/en/lb4/apidocs.express.expressserver.rooturl.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/express](./express.md) &gt; [ExpressServer](./express.expressserver.md) &gt; [rootUrl](./express.expressserver.rooturl.md) ## ExpressServer.rootUrl property The root url for the server without the basePath. For example, the value will be 'http://localhost:3000' regardless of the `basePath`<!-- -->. <b>Signature:</b> ```typescript get rootUrl(): string | undefined; ```