We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce9b2f commit b317e08Copy full SHA for b317e08
src/Server.ts
@@ -16,7 +16,7 @@ class Server {
16
public readonly routes = new RouteRegistry();
17
private readonly server: http.Server;
18
private readonly copyOrigin: boolean;
19
- private readonly errors = new ServerErrorRegistry();
+ public readonly errors = new ServerErrorRegistry();
20
21
/**
22
* Create a new HTTP server.
0 commit comments