diff --git a/src/app/components/commodity/services/commodity.service.ts b/src/app/components/commodity/services/commodity.service.ts index 5b9a866..517d550 100644 --- a/src/app/components/commodity/services/commodity.service.ts +++ b/src/app/components/commodity/services/commodity.service.ts @@ -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 {