mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-05 01:30:14 +00:00
feat: init swagger
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user