UNPKG

@loopback/docs

Version:
23 lines (15 loc) 662 B
--- lang: en title: 'API docs: rest.restserver.rooturl' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.restserver.rooturl.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [RestServer](./rest.restserver.md) &gt; [rootUrl](./rest.restserver.rooturl.md) ## RestServer.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 readonly rootUrl: string | undefined; ```