Fix: configuration for account entries listing

This commit is contained in:
2015-10-06 09:04:57 +00:00
parent e302ab986a
commit 7f8a225c82
4 changed files with 46 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
.module('cloudbudget', ['ngRoute', 'ngAnimate', 'routes', 'angular-growl', 'config', 'ngCookies', 'xeditable'])
.constant('apiRoutes', {
'host' : HOST,
'port' : "80",
'port' : '80',
'login' : HOST + '/users/login',
'register' : HOST + '/users',
'unregister' : HOST + '/users/',