Set full url on service

This commit is contained in:
Manuel Bouza
2019-03-29 21:33:21 +01:00
parent 1f8bc33830
commit 55db84b638

View File

@@ -88,7 +88,7 @@ export const createMatcher = remoteServices => {
return { return {
...match, ...match,
...service, ...service,
url, url: tabUrl,
match match
} }
} }