This commit is contained in:
parent
53f4c29649
commit
2d419fd971
|
|
@ -3,7 +3,7 @@ import { Injectable } from '@angular/core';
|
|||
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
|
||||
let goldUrl: string ='http://localhost:8888/rest-api/prices/price/';
|
||||
let goldUrl: string ='http://localhost:8800/rest-api/prices/price/';
|
||||
|
||||
|
||||
export interface CommodityPrice {
|
||||
|
|
|
|||
Loading…
Reference in New Issue