diff --git a/src/api/api.ts b/src/api/api.ts index 8e736c8..7b80ece 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -2,9 +2,9 @@ import { ApiConfig } from './api.types'; export class Api { - private app: WebFramework; + protected app: WebFramework; - constructor(private config: ApiConfig) {} + constructor(protected config: ApiConfig) {} public async start() { throw new Error('Method "start" not implemented');