Correct url ="'https://api.arti24.eu/rest-api/assets/calculate"
This commit is contained in:
parent
bfe4a36743
commit
199c02ab14
|
|
@ -5,7 +5,7 @@ import { Asset, Positions } from '../asset';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
|
|
||||||
|
|
||||||
let assetUrl: string ='http://localhost:8181/rest-api/assets/calculate';
|
let assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';
|
||||||
|
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue