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