Skip to content

Commit

Permalink
Added Dashboard domain reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTaube committed Mar 21, 2024
1 parent 0696aee commit 5493ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/dashboard.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Injectable } from '@angular/core';
import { Predicate } from 'src/app/modules/requirement-optimizer/components/property-edit-dynamic/property-edit-dynamic.component';

// TODO add support for docker network
const DASBOARD_SCENARIO_REFINEMENT_URL = 'http://dashboard:3000/api/updateScenarioPredicates';
const DASBOARD_SCENARIO_REFINEMENT_URL = 'http://localhost:8080/api/updateScenarioPredicates';

@Injectable({
providedIn: 'root'
Expand Down

0 comments on commit 5493ead

Please sign in to comment.