From 348ad1320d2e64c8cf9abb96dc8539b90f7ca030 Mon Sep 17 00:00:00 2001
From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de>
Date: Wed, 26 Oct 2022 11:36:03 +0200
Subject: [PATCH] Add /api to restUrl

---
 src/app/account.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/account.service.ts b/src/app/account.service.ts
index 8cce8f0..a9d4eb2 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 = {
-- 
GitLab