Fix path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jim Martens 2023-08-19 15:03:19 +02:00
parent e1a6080b83
commit ab32f9185c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export class ElectionService {
private calculateURL = environment.backendURL + '/calculate';
private electionsURL = environment.backendURL + '/elections';
private electionResultURL = environment.backendURL + '/electionResult/';
private electionResultURL = environment.backendURL + '/electionResults/';
private electionURL = environment.backendURL + '/elections/';
private partiesURL = environment.backendURL + '/parties/';