Correct service for arti24.eu
This commit is contained in:
parent
d2243273b6
commit
032fe8bd87
|
|
@ -12,11 +12,11 @@ import { Observable } from 'rxjs';
|
|||
})
|
||||
export class AssetService {
|
||||
|
||||
private assetUrl: string ='http://localhost:8800/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