We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f13a6a0 + 0016277 commit 1cd1e05Copy full SHA for 1cd1e05
src/core/BaseProxy.ts
@@ -20,7 +20,7 @@ export interface ParametersType {
20
class BaseProxy {
21
errors: Errors
22
parameters: any | any[]
23
- readonly endpoint: string
+ endpoint: string
24
static $http: AxiosInstance
25
static $errorProperty = 'errors'
26
static $parsedQs: IParseOptions = {
0 commit comments