fix(core): resolve request instead of panicking on asset protocol (#3347)

This commit is contained in:
Lucas Fernandes Nogueira
2022-02-06 23:54:47 -03:00
committed by GitHub
parent 3d92f4c272
commit 03fc92c830
3 changed files with 69 additions and 33 deletions

View File

@@ -101,7 +101,7 @@
},
"protocol": {
"asset": true,
"assetScope": ["$RESOURCE/**"]
"assetScope": ["$RESOURCE/**", "$APP/**"]
},
"http": {
"scope": ["https://jsonplaceholder.typicode.com/todos/*"]