Fix URL in account service.
This commit is contained in:
@@ -12,7 +12,7 @@ import { Account } from './account';
|
|||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class AccountService {
|
export class AccountService {
|
||||||
private url = '/api/account';
|
private url = '/api/account/';
|
||||||
|
|
||||||
static $inject = ['Logger']
|
static $inject = ['Logger']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user