fix bug
This commit is contained in:
parent
b45e27475b
commit
94cccade56
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
import { Controller, Get, Route, Security, Tags } from "tsoa";
|
||||
import { database } from "../database/data-source";
|
||||
|
||||
@Route("/hello")
|
||||
@Security("bearerAuth")
|
||||
export class AppController extends Controller {
|
||||
@Get()
|
||||
public async GET() {
|
||||
return { message: "Hello World 1" };
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue