waypoint visited percentage

This commit is contained in:
2023-05-07 11:09:46 +02:00
parent 4bd18c6d62
commit 92b216cbdc
7 changed files with 55 additions and 84 deletions

View File

@@ -31,7 +31,7 @@ export class WaypointVisitedService {
}
getWaypointByUserAndWaypoint(user: string, waypoint: number) {
return this.http.get<boolean>(GET_WAYPOINT_BY_USER + user + "/" + waypoint);
return this.http.get<boolean>(WAYPOINT_VISITED+ "/"+user + "/" + waypoint);
}
createWaypoint(waypointvisited: WaypointsVisitedEntity) {