From 52b04bdc593b3420af87b6c64a16a17f884375d2 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:23:51 +0700 Subject: [PATCH] chore: reorder swagger endpoints --- tsoa.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tsoa.json b/tsoa.json index 694176c..a5becec 100644 --- a/tsoa.json +++ b/tsoa.json @@ -29,10 +29,11 @@ { "name": "Employee Checkup" }, { "name": "Employee Work" }, { "name": "Employee Other Info" }, - { "name": "Service" }, - { "name": "Work" }, + { "name": "Product Group" }, { "name": "Product Type" }, - { "name": "Product Group" } + { "name": "Product" }, + { "name": "Service" }, + { "name": "Work" } ] } },