event-hyper-express
Advanced tools
Comparing version 6.5.8 to 6.5.9
{ | ||
"name": "event-hyper-express", | ||
"version": "6.5.8", | ||
"version": "6.5.9", | ||
"description": "High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,2 +26,3 @@ 'use strict'; | ||
constructor() { | ||
super(); | ||
// Determine if Router is extended thus a Server instance | ||
@@ -28,0 +29,0 @@ this.#is_app = this.constructor.name === 'Server'; |
208467
4977