mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
[Mobile] Remove leading slash, redundant declaration
This commit is contained in:
parent
dce7253b27
commit
0b4f44f00d
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user