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
+11
View File
@@ -0,0 +1,11 @@
basePath: /api
info:
contact: {}
description: Swagger documentation for Tinyauth's API.
license:
name: AGPL-3.0
url: https://github.com/tinyauthapp/tinyauth/blob/main/LICENSE
title: Tinyauth API
version: development
paths: {}
swagger: "2.0"