diff --git a/src/shared-endpoints.ts b/src/shared-endpoints.ts index ca18fca..5a07ce5 100644 --- a/src/shared-endpoints.ts +++ b/src/shared-endpoints.ts @@ -2,7 +2,7 @@ import { GenericAPIResponse } from './util/requestUtils'; import RequestWrapper from './util/requestWrapper'; -export class SharedEndpoints { +export default class SharedEndpoints { protected requestWrapper: RequestWrapper; // XXX Is there a way to say that Base has to provide this?