From d5ce9a4bb8b15aa2b4c9e68de7d65dead8acdbf8 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:18:36 +0700 Subject: [PATCH] chore: add tags to open api spec (for sorting purpose) --- tsoa.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tsoa.json b/tsoa.json index 2f059de..92b82d2 100644 --- a/tsoa.json +++ b/tsoa.json @@ -12,6 +12,19 @@ "description": "Keycloak Bearer Token", "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": {