Skip to content
Snippets Groups Projects
Verified Commit e13b19a7 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

build: internalize rapidoc dependency

parent c787a6c4
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
<script type="module" src="https://unpkg.com/rapidoc@9.1.3/dist/rapidoc-min.js"></script>
<meta charset="utf-8">
<script type="module" src="rapidoc.js"></script>
</head>
<body>
<rapi-doc
......@@ -19,7 +19,7 @@
primary-color="#11171a"
allow-server-selection="false"
server-url=""
schema-description-expanded="true"
schema-description-expanded="true"
> </rapi-doc>
</body>
</html>
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment