Browse Source

Get the services list from Github

pull/2628/head
Vulich Fernando 5 years ago
parent
commit
634989427d
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -10,7 +10,7 @@ Ext.define('Rambox.store.ServicesList', {
,proxy: { ,proxy: {
type: 'ajax', type: 'ajax',
url: 'https://us-central1-rambox-d1326.cloudfunctions.net/ceApps', url: 'https://raw.githubusercontent.com/saenzramiro/rambox/gh-pages/api/services.json',
reader: { reader: {
type: 'json', type: 'json',
rootProperty: 'responseText' rootProperty: 'responseText'

Loading…
Cancel
Save