diff --git a/src/app/account.service.ts b/src/app/account.service.ts index 8cce8f02795e95a8929e98a3cdf745f66a28ccc7..a9d4eb27db0d5856bfa2fd627df2ce269a11d4ae 100644 --- a/src/app/account.service.ts +++ b/src/app/account.service.ts @@ -13,7 +13,7 @@ export class AccountService { constructor(public messageService: MessageService, private http: HttpClient) { } private logHeader = '' - private apiURL = 'http://localhost:8080'; + private apiURL = 'http://localhost:8080/api'; private preferredUsername = 'No User'; private httpOptions = {