refactor api
This commit is contained in:
parent
a8c4bc5756
commit
01471342b0
18 changed files with 873 additions and 1595 deletions
22
services/api/src/html/404.html
Normal file
22
services/api/src/html/404.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue