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