Use distance filter

This commit is contained in:
Zef Hemel
2022-03-29 12:13:46 +02:00
parent b89aee97d7
commit c6628927ba
15 changed files with 136 additions and 65 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export type EndPointDef = {
export class EndpointHook implements Hook<EndpointHookT> {
private app: Express;
private prefix: string;
readonly prefix: string;
constructor(app: Express, prefix: string) {
this.app = app;