chore: revert back default interceptor for sh app to browser
This commit is contained in:
@@ -26,7 +26,7 @@ createHoppApp("#app", {
|
|||||||
history: historyDef,
|
history: historyDef,
|
||||||
},
|
},
|
||||||
interceptors: {
|
interceptors: {
|
||||||
default: "proxy",
|
default: "browser",
|
||||||
interceptors: [
|
interceptors: [
|
||||||
{ type: "standalone", interceptor: browserInterceptor },
|
{ type: "standalone", interceptor: browserInterceptor },
|
||||||
{ type: "standalone", interceptor: proxyInterceptor },
|
{ type: "standalone", interceptor: proxyInterceptor },
|
||||||
|
|||||||
Reference in New Issue
Block a user