From ba60192ec1c0d5b772435594dfe06ba68d8503b1 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 24 Jan 2024 17:33:11 +0700 Subject: [PATCH] OrgGroupController --- src/controllers/MyController.ts | 2 +- src/controllers/OrgChild1Controller.ts | 1 + src/controllers/OrgChild2Controller.ts | 1 + src/controllers/OrgChild3Controller.ts | 1 + src/controllers/OrgChild4Controller.ts | 1 + src/controllers/OrgRootController.ts | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/controllers/OrgChild1Controller.ts create mode 100644 src/controllers/OrgChild2Controller.ts create mode 100644 src/controllers/OrgChild3Controller.ts create mode 100644 src/controllers/OrgChild4Controller.ts create mode 100644 src/controllers/OrgRootController.ts diff --git a/src/controllers/MyController.ts b/src/controllers/MyController.ts index 4dde32ca..cb30c0cc 100644 --- a/src/controllers/MyController.ts +++ b/src/controllers/MyController.ts @@ -1,4 +1,4 @@ -import { Controller, Get, Route, Security, Tags } from "tsoa"; +import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa"; @Route("/hello") @Tags("Test") diff --git a/src/controllers/OrgChild1Controller.ts b/src/controllers/OrgChild1Controller.ts new file mode 100644 index 00000000..8867b133 --- /dev/null +++ b/src/controllers/OrgChild1Controller.ts @@ -0,0 +1 @@ +import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa"; \ No newline at end of file diff --git a/src/controllers/OrgChild2Controller.ts b/src/controllers/OrgChild2Controller.ts new file mode 100644 index 00000000..8867b133 --- /dev/null +++ b/src/controllers/OrgChild2Controller.ts @@ -0,0 +1 @@ +import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa"; \ No newline at end of file diff --git a/src/controllers/OrgChild3Controller.ts b/src/controllers/OrgChild3Controller.ts new file mode 100644 index 00000000..8867b133 --- /dev/null +++ b/src/controllers/OrgChild3Controller.ts @@ -0,0 +1 @@ +import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa"; \ No newline at end of file diff --git a/src/controllers/OrgChild4Controller.ts b/src/controllers/OrgChild4Controller.ts new file mode 100644 index 00000000..8867b133 --- /dev/null +++ b/src/controllers/OrgChild4Controller.ts @@ -0,0 +1 @@ +import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa"; \ No newline at end of file diff --git a/src/controllers/OrgRootController.ts b/src/controllers/OrgRootController.ts new file mode 100644 index 00000000..84193e4d --- /dev/null +++ b/src/controllers/OrgRootController.ts @@ -0,0 +1 @@ +import { Controller, Get, Route, Security, Tags } from "tsoa"; \ No newline at end of file