From f7738f45916be8a74f5e5c908b60a77ba9fae211 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:24:44 +0700 Subject: [PATCH] chore: sort tag --- tsoa.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tsoa.json b/tsoa.json index 3db71af..2b4f809 100644 --- a/tsoa.json +++ b/tsoa.json @@ -16,13 +16,20 @@ "spec": { "tags": [ { "name": "OpenAPI" }, + { "name": "Single-Sign On" }, { "name": "Address" }, { "name": "Branch" }, + { "name": "Branch Contact" }, { "name": "User" }, { "name": "Branch User" }, { "name": "Customer" }, { "name": "Customer Branch" }, - { "name": "Employee" } + { "name": "Employee" }, + { "name": "Employee Checkup" }, + { "name": "Service" }, + { "name": "Work" }, + { "name": "Product Type" }, + { "name": "Product Group" } ] } },