feat: new components and UI improvements

This commit is contained in:
liyasthomas
2021-07-13 22:07:01 +05:30
parent 5e740a6ed6
commit 7ec8539540
21 changed files with 170 additions and 66 deletions

View File

@@ -115,7 +115,7 @@ type RESTSession = {
const defaultRESTSession: RESTSession = {
request: {
endpoint: "https://httpbin.org/",
endpoint: "https://httpbin.org/get",
params: [],
headers: [],
method: "GET",