From 014fe58b97feef54f410bcd78161a1a48f3bf36d Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 6 Oct 2024 21:20:56 +0200 Subject: [PATCH] Correct spring service --- 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 9e63a28..8590e62 100644 --- a/src/app/components/commodity/services/commodity.service.ts +++ b/src/app/components/commodity/services/commodity.service.ts @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; import { HttpClient } from '@angular/common/http'; -let goldUrl: string ='http://localhost:8800/rest-api/prices/price/'; +let goldUrl: string ='https://arti24.eu/rest-api/prices/price/'; export interface CommodityPrice {