Add Swagger to API package

This commit is contained in:
Inex Code
2021-11-16 17:08:58 +03:00
parent b4bc3a4ffc
commit 8b5865c332
5 changed files with 22 additions and 3 deletions

View File

@@ -23,6 +23,9 @@
"properties": {
"token": {
"type": "string"
},
"enableSwagger": {
"type": "boolean"
}
}
},