wip
This commit is contained in:
parent
2b71549feb
commit
66ced29c6d
28 changed files with 477 additions and 965 deletions
11
src/controllers/meta.ts
Normal file
11
src/controllers/meta.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Get, JsonController } from "routing-controllers";
|
||||
|
||||
@JsonController()
|
||||
export class MetaController {
|
||||
@Get('/meta')
|
||||
get() {
|
||||
return {
|
||||
honi: 'ほに',
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue