File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ class DSHttpAdapter {
108
108
let _this = this
109
109
options || ( options = { } )
110
110
if ( isString ( options . urlPath ) ) {
111
- return makePath . apply ( DSUtils , [ options . basePath || _this . defaults . basePath || resourceConfig . basePath , options . urlPath ] )
111
+ return makePath . apply ( DSUtils , [ options . basePath || resourceConfig . basePath || _this . defaults . basePath , options . urlPath ] )
112
112
} else {
113
113
let args = [
114
- options . basePath || _this . defaults . basePath || resourceConfig . basePath ,
114
+ options . basePath || resourceConfig . basePath || _this . defaults . basePath ,
115
115
this . getEndpoint ( resourceConfig , ( isString ( id ) || isNumber ( id ) || method === 'create' ) ? id : null , options )
116
116
]
117
117
if ( method === 'find' || method === 'update' || method === 'destroy' ) {
You can’t perform that action at this time.
0 commit comments