Minor tweaks

This commit is contained in:
liyasthomas
2019-11-03 01:20:40 +05:30
parent b95eaf1aed
commit 5db9ca9786
5 changed files with 33 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
export default {
export default () => ({
request: {
method: 'GET',
url: 'https://reqres.in',
@@ -7,13 +7,14 @@ export default {
auth: 'None',
httpUser: '',
httpPassword: '',
passwordFieldType: 'password',
bearerToken: '',
headers: [],
params: [],
bodyParams: [],
rawParams: '',
rawInput: false,
requestType: '',
requestType: 'JavaScript XHR',
contentType: '',
}
};
});