feat: Remove Swagger and OpenAPI

Support and features are lacking
This commit is contained in:
oSumAtrIX
2024-01-29 11:31:15 +01:00
parent df999c00c4
commit af0b0865f4
7 changed files with 3 additions and 2818 deletions

View File

@@ -1,23 +0,0 @@
openapi: "3.0.3"
info:
title: "Application API"
description: "Application API"
version: "1.0.0"
servers:
- url: "http://0.0.0.0:8080"
paths:
/:
get:
description: "Hello World!"
responses:
"200":
description: "OK"
content:
text/plain:
schema:
type: "string"
examples:
Example#1:
value: "Hello World!"
components:
schemas: