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'