Merge branch 'master' into feat/extension-toggle

This commit is contained in:
Andrew Bastin
2020-02-05 13:17:30 -05:00
committed by GitHub
7 changed files with 109 additions and 54 deletions

View File

@@ -1,8 +1,8 @@
export default () => ({
request: {
method: "GET",
url: "https://reqres.in",
path: "/api/users",
url: "https://httpbin.org",
path: "/get",
label: "",
auth: "None",
httpUser: "",