feat: init swagger

This commit is contained in:
Stavros
2026-07-03 22:59:31 +03:00
parent 6ab9c0a0c5
commit 33a5b859cf
9 changed files with 204 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"swagger": "2.0",
"info": {
"description": "Swagger documentation for Tinyauth's API.",
"title": "Tinyauth API",
"contact": {},
"license": {
"name": "AGPL-3.0",
"url": "https://github.com/tinyauthapp/tinyauth/blob/main/LICENSE"
},
"version": "development"
},
"basePath": "/api",
"paths": {}
}