Fix URL in account service.

This commit is contained in:
Alexis Lahouze 2017-07-14 10:05:09 +02:00
parent df4d12cfb8
commit 3fb442ab5d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { Account } from './account';
@Injectable()
export class AccountService {
private url = '/api/account';
private url = '/api/account/';
static $inject = ['Logger']