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 {
108108 let _this = this
109109 options || ( options = { } )
110110 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 ] )
112112 } else {
113113 let args = [
114- options . basePath || _this . defaults . basePath || resourceConfig . basePath ,
114+ options . basePath || resourceConfig . basePath || _this . defaults . basePath ,
115115 this . getEndpoint ( resourceConfig , ( isString ( id ) || isNumber ( id ) || method === 'create' ) ? id : null , options )
116116 ]
117117 if ( method === 'find' || method === 'update' || method === 'destroy' ) {
You can’t perform that action at this time.
0 commit comments