Correct spring service

This commit is contained in:
Artur 2024-10-06 21:20:56 +02:00
parent b2d9040016
commit 014fe58b97
1 changed files with 1 additions and 1 deletions

View File

@ -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 {