aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/server/src/main/resources/static/api-docs.html
blob: 5c52f494d6f8f7972a356cb3802cea4bbc3b246b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>Portal BFF API</title>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">

    <style>
      body {
        margin: 0;
        padding: 0;
      }
    </style>
  </head>
  <body>
    <redoc spec-url='api.yaml' required-props-first native-scrollbars hide-download-button></redoc>
    <script src="webjars/redoc/2.0.0-rc.20/redoc.standalone.js"></script>
  </body>
</html>