Ivan - Frontend - Use get-settings instead of get-configs [skip ci]

This commit is contained in:
ivan 2016-08-20 19:21:05 -03:00
parent 8a87e8118d
commit 44d9ea5575
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ describe('Config Actions,', function () {
payload: 'API_RESULT' payload: 'API_RESULT'
}); });
expect(APICallMock.call).to.have.been.calledWith({ expect(APICallMock.call).to.have.been.calledWith({
path: '/system/get-configs', path: '/system/get-settings',
data: {} data: {}
}); });
}); });

View File

@ -14,7 +14,7 @@ export default {
return { return {
type: 'INIT_CONFIGS', type: 'INIT_CONFIGS',
payload: API.call({ payload: API.call({
path: '/system/get-configs', path: '/system/get-settings',
data: {} data: {}
}) })
}; };

View File

@ -1,6 +1,6 @@
module.exports = [ module.exports = [
{ {
path: '/system/get-configs', path: '/system/get-settings',
time: 1000, time: 1000,
response: function () { response: function () {
return { return {