summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-02-02 14:15:20 -0500
committerGitHub <noreply@github.com>2018-02-02 14:15:20 -0500
commit1c49f926354a2318a2f88d6680515c97b7936bec (patch)
tree680efa5efe3b92cd4da8245144f487b37d13dae6
parentdfe8b5ef72fc97c8c60b85006704e4d42d97d34e (diff)
parentb8af2b2dd26a4447ee81c0f72bb0f2dfe8269d7f (diff)
downloadsdl_core-1c49f926354a2318a2f88d6680515c97b7936bec.tar.gz
Merge pull request #950 from smartdevicelink/hotfix/remove_ford_specific_policy_endpoint
Remove Ford specific policy endpoint
-rw-r--r--src/appMain/sdl_preloaded_pt.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appMain/sdl_preloaded_pt.json b/src/appMain/sdl_preloaded_pt.json
index 58abfb6f80..12ebafcb89 100644
--- a/src/appMain/sdl_preloaded_pt.json
+++ b/src/appMain/sdl_preloaded_pt.json
@@ -13,10 +13,10 @@
625],
"endpoints": {
"0x07": {
- "default": ["http://policies.telematics.ford.com/api/policies"]
+ "default": ["http://localhost:3000/api/1/policies/proprietary"]
},
"0x04": {
- "default": ["http://ivsu.software.ford.com/api/getsoftwareupdates"]
+ "default": ["http://localhost:3000/api/1/softwareUpdate"]
},
"queryAppsUrl": {
"default": ["http://sdl.shaid.server"]