fix: Reworked swagger generation hotfix to properly generate during the compile step

This commit is contained in:
2024-06-09 13:28:43 +02:00
parent 5b656ae229
commit 9321acc06e
6 changed files with 258 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "TIDAL Hi-Fi API",
"version": "5.13.1",
"version": "5.14.0",
"description": "",
"license": {
"name": "MIT",
@@ -13,11 +13,6 @@
"url": "https://www.rickvanlieshout.com"
}
},
"servers": [
{
"url": "http://localhost:47836"
}
],
"externalDocs": {
"description": "swagger.json",
"url": "swagger.json"