mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
557 B
16 lines
557 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Swagger UI</title>
|
|
<link rel="stylesheet" type="text/css" href="/swagger-ui/swagger-ui.css" />
|
|
<link rel="stylesheet" type="text/css" href="/swagger-ui/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="swagger-ui"></div>
|
|
<script src="/swagger-ui/swagger-ui-bundle.js" charset="UTF-8"> </script>
|
|
<script src="/swagger-ui/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
|
|
<script src="/swagger-ui/index.js" charset="UTF-8"> </script>
|
|
</body>
|
|
</html>
|