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: [], headers: [],
method: "GET", method: "GET",
auth: { auth: {
authType: "inherit", authType: "none",
authActive: true, authActive: true,
}, },
preRequestScript: "", preRequestScript: "",