OrgGroupController

This commit is contained in:
AdisakKanthawilang 2024-01-24 17:33:11 +07:00
parent 0069c3f491
commit ba60192ec1
6 changed files with 6 additions and 1 deletions

View file

@ -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")

View file

@ -0,0 +1 @@
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";

View file

@ -0,0 +1 @@
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";

View file

@ -0,0 +1 @@
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";

View file

@ -0,0 +1 @@
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";

View file

@ -0,0 +1 @@
import { Controller, Get, Route, Security, Tags } from "tsoa";