mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Fix: configuration for account entries listing
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user