source: TFP-WebServer/WebServer/webroot/rapidoc.html@ 460

Last change on this file since 460 was 460, checked in by alloc, 15 months ago

More OpenAPI specs added
OpenAPI specs cleanup to have everything validate fine
Added CORS support to API endpoints

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.