Embed Swagger UI

This commit is contained in:
Christian Georgi
2020-10-28 10:55:35 +01:00
parent ffaec7aa07
commit b47c9d75df
4 changed files with 54 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
"scripts": {
"genres": "cds serve test/genres.cds",
"start": "cds run",
"watch": "cds watch"
"watch": "cds watch",
"to-openapi": "cds compile srv --to openapi -s CatalogService -o srv"
},
"cds": {
"requires": {