From f9c426a78e3fa203b02b7399862b821c31bd46b1 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 24 Jan 2024 16:22:16 +0700 Subject: [PATCH] git ignore update --- .gitignore | 5 +++++ src/swagger.json | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6bba591..cb728de3 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,11 @@ web_modules/ .env.production.local .env.local +/dist +/static +/src/routes.ts +/src/swagger.json + # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache diff --git a/src/swagger.json b/src/swagger.json index 97d94e41..bf93bef5 100644 --- a/src/swagger.json +++ b/src/swagger.json @@ -17,9 +17,9 @@ } }, "info": { - "title": "bma-ehr-evaluation-nodeservice - API", + "title": "bma-ehr-organization - API", "version": "0.0.1", - "description": "ระบบประเมินบุคคล", + "description": "ระบบโครงสร้างอัตรากำลัง", "license": { "name": "by Frappet", "url": "https://frappet.com" @@ -49,6 +49,9 @@ } } }, + "tags": [ + "Test" + ], "security": [ { "bearerAuth": []