Revert "add github link to api"

This reverts commit 6e795858bf.
This commit is contained in:
Chris W 2023-10-09 13:18:19 -06:00
parent f9a76b4cef
commit 10feeba2ea
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,6 @@ async fn help(request: HttpRequest) -> impl Responder {
let json = r#"
{
"message": "Hello, world! Welcome to Inkify, a simple API for generating images from code. Think of it like Carbon in API form.",
"github": "https://github.com/watzon/inkify",
"routes": {
"GET /": "This help text. Will always return 200, so you can use it to check if the server is up.",
"GET /themes": "Return a list of available syntax themes.",