Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1134250 - Update appsearch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon authored and rvandermeulen committed Mar 12, 2015
1 parent 3314a9e commit 468eef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/homescreen/everything.me/config/config.js
@@ -1,6 +1,6 @@
Evme.__config = { Evme.__config = {
"appVersion": "2.0.145", "appVersion": "2.0.145",
"apiHost": "api.everything.me", "apiHost": "appsearch.services.mozilla.com",
"apiKey": "65106dbdb655b25f2defa18ab7d1ecd8", "apiKey": "65106dbdb655b25f2defa18ab7d1ecd8",
"authCookieName": "prod-credentials", "authCookieName": "prod-credentials",
"debugMode": false, "debugMode": false,
Expand Down Expand Up @@ -180,4 +180,4 @@ Evme.__config = {
"211": "video", "211": "video",
"249": "weather" "249": "weather"
} }
}; };
4 changes: 2 additions & 2 deletions apps/homescreen/everything.me/js/api/apiv2.js
@@ -1,7 +1,7 @@
Evme.api = new function Evme_api() { Evme.api = new function Evme_api() {
var self = this, var self = this,
PROTOCOL = 'https', PROTOCOL = 'https',
DEFAULT_API_HOST = 'api.everything.me', DEFAULT_API_HOST = 'appsearch.services.mozilla.com',
API_VERSION = '2.1', API_VERSION = '2.1',
API_HOST = DEFAULT_API_HOST, API_HOST = DEFAULT_API_HOST,
BASE_URL = PROTOCOL + '://' + API_HOST + '/everything/' + API_VERSION + '/', BASE_URL = PROTOCOL + '://' + API_HOST + '/everything/' + API_VERSION + '/',
Expand Down Expand Up @@ -149,4 +149,4 @@ Evme.api = new function Evme_api() {
} }


self.init(); self.init();
} }

0 comments on commit 468eef3

Please sign in to comment.