Initial Code Commit
This commit is contained in:
parent
fa1468245f
commit
28db152b87
24 changed files with 2691 additions and 2 deletions
5
src/controllers/BaseController.ts
Normal file
5
src/controllers/BaseController.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Application } from 'express';
|
||||
|
||||
export abstract class BaseController {
|
||||
static setup(app: Application) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue