2026-04-14-8 auth and commercial 0
This commit is contained in:
@@ -43,7 +43,10 @@ export class MapsController {
|
||||
}
|
||||
|
||||
const profile = query.profile || 'car';
|
||||
return this.mapsService.getRoute(waypoints, profile);
|
||||
const steps = query.steps === 'true';
|
||||
const locale = query.locale || 'en';
|
||||
|
||||
return this.mapsService.getRoute(waypoints, profile, steps, locale);
|
||||
}
|
||||
|
||||
@Get('config')
|
||||
|
||||
Reference in New Issue
Block a user