test deploy

This commit is contained in:
Integral Team 2019-09-11 10:42:57 +07:00
parent 15486043d3
commit 30f10a7da9

View file

@ -65,7 +65,7 @@ export class Router {
.on('routesfound routingerror routeselected routingzoomend', this.hideSpinner) .on('routesfound routingerror routeselected routingzoomend', this.hideSpinner)
.on('waypointschanged', this.updateWaypointsCount); .on('waypointschanged', this.updateWaypointsCount);
// deploy // deploy x 2
this.router.addTo(map); this.router.addTo(map);
} }