File tree 2 files changed +4
-3
lines changed
resources/assets/js/components 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
import vmResponseViewer from ' ./response-viewer/response-viewer.vue'
13
13
14
14
import {scheduleRequest , setRequestInfo , setResponse } from ' ../../vuex/actions.js'
15
-
15
+ import RandExp from ' randexp '
16
16
import requestEditorData from ' ./request-editor/request-editor-data.js'
17
17
18
18
export default {
37
37
url,
38
38
data: request .body ,
39
39
headers: request .headers ,
40
+ wheres: request .wheres ,
40
41
}
41
- return request
42
42
},
43
43
// Ask laravel what route are we dealing with, if any.
44
44
getRequestInfo () {
50
50
51
51
// Modifies path if wheres are declared in request.
52
52
// Otherwise, we'll send to unmodified path.
53
+
54
+ console .log (request .wheres )
53
55
let path = request .url
54
56
if (request .wheres ){
55
57
let wheres = request .wheres
Original file line number Diff line number Diff line change 25
25
} from ' ../../vuex/actions.js'
26
26
import vmMethodButton from ' ../ligth-components/method-button.vue'
27
27
import _ from ' lodash'
28
- import RandExp from ' randexp'
29
28
30
29
export default {
31
30
components: {
You can’t perform that action at this time.
0 commit comments