update openapi reference

This commit is contained in:
2023-03-13 20:32:51 +01:00
parent 47b504de9c
commit fa8812a18d
2 changed files with 8 additions and 8 deletions
+1
View File
@@ -32,6 +32,7 @@
"build": "npx tsc",
"startServer": "node out/serverMain.js",
"startClient": "node out/clientMain.js",
"documentation": "widdershins reference/OpenAPI.yml -o reference/openapi.md --language_tabs javascript:JavaScript:request.",
"test": "jest"
}
}