refactor: change the default req auth type to none

This commit is contained in:
nivedin
2023-12-12 15:54:36 +05:30
committed by Andrew Bastin
parent b5c1fe4619
commit 00ff318194

View File

@@ -8,7 +8,7 @@ export const getDefaultRESTRequest = (): HoppRESTRequest => ({
headers: [],
method: "GET",
auth: {
authType: "inherit",
authType: "none",
authActive: true,
},
preRequestScript: "",