Skip to content
Snippets Groups Projects
Commit 3be050cc authored by zdenko.vuk@ijs.si's avatar zdenko.vuk@ijs.si Committed by Benguria Elguezabal, Gorka
Browse files

changed dss url

parent 4580c557
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ export class SimulationService { ...@@ -23,7 +23,7 @@ export class SimulationService {
"traffic_simulation_storage_url" "traffic_simulation_storage_url"
); );
this.dssUrl = this.dssUrl =
configService.getSettings("traffic_simulation_dss_url") + "/dss"; configService.getSettings("traffic_simulation_dss_url");
} }
createSimulation(simulation: Simulation): Observable<Simulation> { createSimulation(simulation: Simulation): Observable<Simulation> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment