mirror of
https://github.com/waku-org/waku-rest-api.git
synced 2025-02-21 12:58:23 +00:00
Fix default server url with port
This commit is contained in:
parent
01da0b1aa4
commit
7907096162
@ -11,7 +11,7 @@
|
|||||||
<rapi-doc id="wakuapi" show-info="true" spec-url="https://raw.githubusercontent.com/waku-org/waku-rest-api/chore/nwaku-api-restructured/api-spec/openapi.yaml"
|
<rapi-doc id="wakuapi" show-info="true" spec-url="https://raw.githubusercontent.com/waku-org/waku-rest-api/chore/nwaku-api-restructured/api-spec/openapi.yaml"
|
||||||
show-header="false" render-style="focused" theme="dark" allow-authentication="false" allow-try="true"
|
show-header="false" render-style="focused" theme="dark" allow-authentication="false" allow-try="true"
|
||||||
show-curl-before-try="true" schema-style="table" schema-expand-level="full" default-schema-tab="schema"
|
show-curl-before-try="true" schema-style="table" schema-expand-level="full" default-schema-tab="schema"
|
||||||
default-api-server="http://127.0.0.1:8645"
|
server-url="http://127.0.0.1:8645"
|
||||||
regular-font="Open Sans" mono-font="Roboto Mono" use-path-in-nav-bar="true">
|
regular-font="Open Sans" mono-font="Roboto Mono" use-path-in-nav-bar="true">
|
||||||
<div slot="nav-logo">
|
<div slot="nav-logo">
|
||||||
<div style="display: flex; align-items: center; justify-content: center;">
|
<div style="display: flex; align-items: center; justify-content: center;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user