websoft9/apphub/apidocs/index.html
2023-10-24 14:49:44 +08:00

23 lines
591 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Websoft9 API Documentationc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Redoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='https://support.websoft9.com/apidocs/openapi.json'></redoc>
<script src="https://support.websoft9.com/apidocs/redoc.standalone.js"> </script>
</body>
</html>