refactor: set default interceptor to "proxy" (#4051)

This commit is contained in:
Nivedin
2024-05-10 14:01:43 +05:30
committed by GitHub
parent 97644fa508
commit 38bc2c12c3
2 changed files with 58 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ createHoppApp("#app", {
history: historyDef,
},
interceptors: {
default: "browser",
default: "proxy",
interceptors: [
{ type: "standalone", interceptor: browserInterceptor },
{ type: "standalone", interceptor: proxyInterceptor },