Update shared-endpoints.ts
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { GenericAPIResponse } from './util/requestUtils';
|
import { GenericAPIResponse } from './util/requestUtils';
|
||||||
import RequestWrapper from './util/requestWrapper';
|
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?
|
protected requestWrapper: RequestWrapper; // XXX Is there a way to say that Base has to provide this?
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user