Re-wrote based on my personal site
This commit is contained in:
@ -209,8 +209,8 @@ var SwaggerInfo = &swag.Spec{
|
||||
Host: "localhost:3000",
|
||||
BasePath: "/api",
|
||||
Schemes: []string{},
|
||||
Title: "Atri.dad API",
|
||||
Description: "This is the API for atri.dad",
|
||||
Title: "GOTH Stack API",
|
||||
Description: "This is the API for GOTH Stack - Go + HTMX + Tailwind",
|
||||
InfoInstanceName: "swagger",
|
||||
SwaggerTemplate: docTemplate,
|
||||
LeftDelim: "{{",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"description": "This is the API for atri.dad",
|
||||
"title": "Atri.dad API",
|
||||
"description": "This is the API for GOTH Stack - Go + HTMX + Tailwind",
|
||||
"title": "GOTH Stack API",
|
||||
"contact": {},
|
||||
"version": "1.0"
|
||||
},
|
||||
|
@ -2,8 +2,8 @@ basePath: /api
|
||||
host: localhost:3000
|
||||
info:
|
||||
contact: {}
|
||||
description: This is the API for atri.dad
|
||||
title: Atri.dad API
|
||||
description: This is the API for GOTH Stack - Go + HTMX + Tailwind
|
||||
title: GOTH Stack API
|
||||
version: "1.0"
|
||||
paths:
|
||||
/ping:
|
||||
|
Reference in New Issue
Block a user