progress
This commit is contained in:
parent
6f86377685
commit
8ecb036b1d
36 changed files with 498 additions and 212 deletions
|
@ -68,7 +68,7 @@ export class CoreHttpController<V> implements ICoreHttpController {
|
|||
public delete(usecase: CallBackFunction<V>) {
|
||||
this.routes["DELETE"] = usecase;
|
||||
}
|
||||
private async requestResponseController<T>(
|
||||
public async requestResponseController<T>(
|
||||
req: Request,
|
||||
res: Response,
|
||||
usecase: CallBackFunction<T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue