[Mobile] Remove leading slash, redundant declaration
This commit is contained in:
@@ -6,12 +6,8 @@
|
|||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"key": "urlService",
|
"key": "urlService",
|
||||||
"implementation": "/services/UrlService.js",
|
"implementation": "services/UrlService.js",
|
||||||
"depends": [ "$location" ]
|
"depends": [ "$location" ]
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "agentService",
|
|
||||||
"implementation": "/services/AgentService.js"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"runs": [
|
"runs": [
|
||||||
|
|||||||
Reference in New Issue
Block a user