@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 602 B
Markdown
lang: en
title: 'API docs: rest.apiexploreroptions.url'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.rest.apiexploreroptions.url.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [ApiExplorerOptions](./rest.apiexploreroptions.md) > [url](./rest.apiexploreroptions.url.md)
## ApiExplorerOptions.url property
URL for the hosted API explorer UI default to https://loopback.io/api-explorer
<b>Signature:</b>
```typescript
url?: string;
```