feat(server/v2): add swagger server component (#23486)

This commit is contained in:
Julien Robert
2025-01-24 09:24:26 +00:00
committed by GitHub
parent 5e58330196
commit 0cc73ba1b2
14 changed files with 1310 additions and 1349 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
<!doctype html> <!-- Important: must specify -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
<meta charset="utf-8" />
<!-- Important: rapi-doc uses utf8 characters -->
<script type="module" src="rapidoc-min.js"></script>
</head>
<body>
<rapi-doc spec-url = "swagger.yaml"> </rapi-doc>
<rapi-doc spec-url="swagger.yaml" server-url="http://localhost:1317">
</rapi-doc>
</body>
</html>
+1011 -1325
View File
File diff suppressed because it is too large Load Diff