From 634989427db693b6ed1d2b33eb0c0b951ccdcf9c Mon Sep 17 00:00:00 2001 From: Vulich Fernando <46904390+fvulich@users.noreply.github.com> Date: Fri, 28 Feb 2020 16:18:26 -0300 Subject: [PATCH] Get the services list from Github --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 2a96cd5a..59d42328 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -10,7 +10,7 @@ Ext.define('Rambox.store.ServicesList', { ,proxy: { type: 'ajax', - url: 'https://us-central1-rambox-d1326.cloudfunctions.net/ceApps', + url: 'https://raw.githubusercontent.com/saenzramiro/rambox/gh-pages/api/services.json', reader: { type: 'json', rootProperty: 'responseText'