postgREST : OK
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Scalar API Reference</title>
|
||||
<title>Base de données</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
@@ -9,19 +9,13 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<h1>Base de données</h1>
|
||||
|
||||
<!-- Load the Script -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
|
||||
|
||||
<!-- Initialize the Scalar API Reference -->
|
||||
<script>
|
||||
Scalar.createApiReference('#app', {
|
||||
// The URL of the OpenAPI/Swagger document
|
||||
url: 'https://registry.scalar.com/@scalar/apis/galaxy/latest?format=json',
|
||||
// Avoid CORS issues
|
||||
proxyUrl: 'https://proxy.scalar.com',
|
||||
})
|
||||
</script>
|
||||
<ul>
|
||||
<li><a href="//whoami.localhost">whoami</a></li>
|
||||
<li><a href="//pgadmin.localhost">pgAdmin</a></li>
|
||||
<li><a href="//postgraphile.localhost/graphiql">PostGraphile</a></li>
|
||||
<li><a href="//scalar.localhost">Scalar</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user