OrgGroupController
This commit is contained in:
parent
0069c3f491
commit
ba60192ec1
6 changed files with 6 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
1
src/controllers/OrgChild1Controller.ts
Normal file
1
src/controllers/OrgChild1Controller.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";
|
||||
1
src/controllers/OrgChild2Controller.ts
Normal file
1
src/controllers/OrgChild2Controller.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";
|
||||
1
src/controllers/OrgChild3Controller.ts
Normal file
1
src/controllers/OrgChild3Controller.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";
|
||||
1
src/controllers/OrgChild4Controller.ts
Normal file
1
src/controllers/OrgChild4Controller.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";
|
||||
1
src/controllers/OrgRootController.ts
Normal file
1
src/controllers/OrgRootController.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
import { Controller, Get, Route, Security, Tags } from "tsoa";
|
||||
Loading…
Add table
Add a link
Reference in a new issue