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