summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-02-02 14:12:08 -0500
committerGitHub <noreply@github.com>2018-02-02 14:12:08 -0500
commitb8af2b2dd26a4447ee81c0f72bb0f2dfe8269d7f (patch)
treeb8a88168e636280aea3c9c8cb34c9b820b4c0246
parented80de4a89f7f5caf4c387eb0e9b26367d593a28 (diff)
downloadsdl_core-hotfix/remove_ford_specific_policy_endpoint.tar.gz
Change endpoints to localhosthotfix/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 0939b96a19..e10f7b162e 100644
--- a/src/appMain/sdl_preloaded_pt.json
+++ b/src/appMain/sdl_preloaded_pt.json
@@ -13,10 +13,10 @@
625],
"endpoints": {
"0x07": {
- "default": ["https://policies.smartdevicelink.com/api/1/policies/proprietary"]
+ "default": ["http://localhost:3000/api/1/policies/proprietary"]
},
"0x04": {
- "default": ["http://ivsu.smartdevicelink.com/api/getsoftwareupdates"]
+ "default": ["http://localhost:3000/api/1/softwareUpdate"]
},
"queryAppsUrl": {
"default": ["http://sdl.shaid.server"]