From 0edc4e4e9606019beb140ae2db3d3fb077368f80 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:59:48 +0700 Subject: [PATCH] chore: change swagger order --- tsoa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsoa.json b/tsoa.json index a5becec..b6acbc9 100644 --- a/tsoa.json +++ b/tsoa.json @@ -32,8 +32,8 @@ { "name": "Product Group" }, { "name": "Product Type" }, { "name": "Product" }, - { "name": "Service" }, - { "name": "Work" } + { "name": "Work" }, + { "name": "Service" } ] } },