From 1b3625c6145811ab2d71ac956bcfa8b2a653900e Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 7 Oct 2024 00:13:11 +0200 Subject: [PATCH] let goldUrl: string ='https://api.arti24.eu/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 8590e62..99b4824 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 ='https://arti24.eu/rest-api/prices/price/'; +let goldUrl: string ='https://api.arti24.eu/rest-api/prices/price/'; export interface CommodityPrice {