feat(server/v2): add swagger server component (#23486)
This commit is contained in:
Vendored
+5
-3
@@ -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>
|
||||
|
||||
Vendored
+1011
-1325
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user