mirror of https://github.com/rocboss/paopao-ce
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.
21 lines
460 B
21 lines
460 B
<!DOCTYPE html>
|
|
<!-- Important: must specify -->
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<title>paopao-ce develop documents</title>
|
|
<!-- Important: rapi-doc uses utf8 charecters -->
|
|
<script
|
|
type="module"
|
|
src="/docs/assets/rapidoc-min.js"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<rapi-doc
|
|
spec-url="/docs/openapi.json"
|
|
render-style="read"
|
|
>
|
|
</rapi-doc>
|
|
</body>
|
|
</html> |