chore: add tags to open api spec (for sorting purpose)
This commit is contained in:
parent
ef88a48d0c
commit
d5ce9a4bb8
1 changed files with 13 additions and 0 deletions
13
tsoa.json
13
tsoa.json
|
|
@ -12,6 +12,19 @@
|
||||||
"description": "Keycloak Bearer Token",
|
"description": "Keycloak Bearer Token",
|
||||||
"in": "header"
|
"in": "header"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"spec": {
|
||||||
|
"tags": [
|
||||||
|
{ "name": "OpenAPI" },
|
||||||
|
{ "name": "Address" },
|
||||||
|
{ "name": "Branch" },
|
||||||
|
{ "name": "User" },
|
||||||
|
{ "name": "Branch User" },
|
||||||
|
{ "name": "User Branch" },
|
||||||
|
{ "name": "Customer" },
|
||||||
|
{ "name": "Customer Branch" },
|
||||||
|
{ "name": "Employee" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"routes": {
|
"routes": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue