diff --git a/api/ApiMethodFactory.ts b/api/ApiMethodFactory.ts index bb597b2..4ab4960 100644 --- a/api/ApiMethodFactory.ts +++ b/api/ApiMethodFactory.ts @@ -57,7 +57,7 @@ class ApiMethodFactory { return `${path}?${query}` } - make = ( + make = ( template: string, method: HttpMethod = HttpMethod.GET, { path: pathKeys = [],