dashboard/openapi-codegen-config.json

10 lines
280 B
JSON
Raw Normal View History

{
"outputRootDir": "src/app/api-codegen",
"outputDir": "openapi-codegen",
"schemes": {
"messages": "schemes/messages/v0/swagger.json",
2021-01-22 13:05:28 +00:00
"organizations": "schemes/organizations/v0/openapi.json",
"sender": "schemes/sender/v0/openapi.json"
}
}