From 2d419fd971402e320ce56a408ab62d1bc20730d4 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 19:27:27 +0200 Subject: [PATCH] http://localhost:8800/rest-api/prices/price/ --- src/app/components/commodity/services/commodity.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {