chore: revert back default interceptor for sh app to browser
This commit is contained in:
parent
76875db865
commit
7d2d335b37
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ createHoppApp("#app", {
|
|||
history: historyDef,
|
||||
},
|
||||
interceptors: {
|
||||
default: "proxy",
|
||||
default: "browser",
|
||||
interceptors: [
|
||||
{ type: "standalone", interceptor: browserInterceptor },
|
||||
{ type: "standalone", interceptor: proxyInterceptor },
|
||||
|
|
|
|||
Loading…
Reference in a new issue