Initial Code Commit
This commit is contained in:
parent
fa1468245f
commit
28db152b87
24 changed files with 2691 additions and 2 deletions
13
src/decorators/index.ts
Normal file
13
src/decorators/index.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Controller } from './Controller';
|
||||
import { ChildController } from './ChildController';
|
||||
import { Page } from './Page';
|
||||
import { GET } from './GET';
|
||||
import { POST } from './POST';
|
||||
|
||||
export {
|
||||
Controller,
|
||||
ChildController,
|
||||
Page,
|
||||
GET,
|
||||
POST
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue