Prepare to version with many changes of valu Asset
This commit is contained in:
parent
8ec034d5e2
commit
542a9621c3
|
|
@ -12,11 +12,11 @@ import { Observable } from 'rxjs';
|
|||
})
|
||||
export class AssetService {
|
||||
|
||||
// private assetUrl: string ='http://localhost:8801/rest-api/assets/calculate';
|
||||
private assetUrl: string ='http://localhost:8800/rest-api/assets/calculate';
|
||||
|
||||
//private assetUrl: string ='http://localhost:5001/rest-api/assets/calculate';
|
||||
|
||||
private assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';
|
||||
// private assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';
|
||||
|
||||
constructor(private http: HttpClient) { }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue