Web: add link to the API explorer

Add a link to `/api/swagger-ui/` to the top bar, which allows exploration
of the API.
This commit is contained in:
Sybren A. Stüvel 2022-06-27 16:13:15 +02:00
parent def56b5d22
commit 2045a087ca

View File

@ -16,8 +16,9 @@
</nav>
<api-spinner />
<span class="app-version">
version: {{ flamencoVersion }}
<a href="/flamenco-addon.zip">addon</a>
| <a href="/api/swagger-ui/">API</a>
| version: {{ flamencoVersion }}
</span>
</header>
<router-view></router-view>