Change server url
All checks were successful
Backend Build and Test / build (push) Successful in 3m12s
All checks were successful
Backend Build and Test / build (push) Successful in 3m12s
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user