mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
oapi: users progress
This commit is contained in:
@@ -145,6 +145,7 @@ function apiRoutes() {
|
||||
|
||||
if (route.description) obj.description = route.description;
|
||||
if (route.summary) obj.summary = route.summary;
|
||||
if (route.deprecated) obj.deprecated = route.deprecated;
|
||||
|
||||
if (route.requestBody) {
|
||||
obj.requestBody = {
|
||||
|
||||
Reference in New Issue
Block a user