refactor api

This commit is contained in:
41666 2022-11-27 18:18:41 -05:00
parent a8c4bc5756
commit 01471342b0
18 changed files with 873 additions and 1595 deletions

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<title>404 - Saerro Listening Post</title>
<meta charset="utf-8" />
<style>
body {
font-family: monospace;
background-color: #010101;
color: #e0e0e0;
font-size: 1.25rem;
line-height: 1.6;
}
a {
color: #cead42;
text-decoration: none;
}
</style>
<h1>404 Not Found</h1>
<p>
[<a href="/">home</a>] [<a href="/graphql/playground">graphql playground</a>]
</p>