diff --git a/src/router/router.ts b/src/router/router.ts index ee7a200d..667ab52e 100644 --- a/src/router/router.ts +++ b/src/router/router.ts @@ -51,7 +51,7 @@ export class DanetRouter { ['POST', this.router.post], ['PUT', this.router.put], ['OPTIONS', this.router.options], - ['HEAD', this.router.head], + ['HEAD', this.router.get], ['ALL', this.router.all], ]); this.middlewareExecutor = new MiddlewareExecutor(