Change server url
All checks were successful
Backend Build and Test / build (push) Successful in 3m12s

This commit is contained in:
2025-05-27 19:05:29 +02:00
parent 305566c911
commit 2e81a635ee
6 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import { History } from '../models/history';
providedIn: 'root'
})
export class HistoryService {
private url = 'http://localhost:8080/api';
private url = 'https://allowanceplanner.seeseepuff.be/api';
constructor(private http: HttpClient) {}