source: TFP-WebServer/bin/Mods/TFP_WebServer/webroot/rapidoc.html@ 507

Last change on this file since 507 was 463, checked in by alloc, 2 years ago

21.1.16.0 release
Completed OpenAPI specs
Add support to path handlers to register OpenAPI specs
Fixed ItemIconHandler throwing error when requested path contains no dot

File size: 525 bytes
Line 
1<!doctype html> <!-- Important: must specify -->
2<html>
3 <head>
4 <title>WebDashboard API in RapiDoc</title>
5 <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
6 <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
7 </head>
8 <body>
9 <rapi-doc spec-url="/api/openapi/openapi.yaml" render-style="focused" show-header="false" show-method-in-nav-bar="as-colored-block" sort-tags="true" schema-description-expanded="true" > </rapi-doc>
10 </body>
11</html>
Note: See TracBrowser for help on using the repository browser.