Add swagger API documentation (#2035)

This commit is contained in:
Pavlo Tkach
2023-05-24 16:10:50 -04:00
committed by GitHub
parent 58ed53314c
commit 36a60bdf8b
14 changed files with 1240 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "swagger",
"version": "1.0.0",
"description": "",
"main": "swagger-initializer.js",
"scripts": {
"swagger": "http-server .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
}
}