Removing chatgpt

This commit is contained in:
Artur 2024-10-24 09:58:24 +02:00
parent 787f62454b
commit 9f03a0418d
3 changed files with 4 additions and 8 deletions

View File

@ -2,7 +2,7 @@
| <a class="navbar-brand" href="/about-me">O mnie</a>
| <a class="navbar-brand" href="/quotes">Kursy</a>
| <a class="navbar-brand" href="/asset-calculator">Kalkulator</a>
| <a class="navbar-brand" href="/chat-gpt">ChatGPT</a>
</nav>
<div class="container">

View File

@ -17,10 +17,5 @@ export const routes: Routes = [
{ path: "quotes",
title:"Kursy podstawowych walut i złota",
component: DashboardComponent
},
{
path: "chat-gpt",
title:"Chat GPT",
component: ChatGPTComponent
}
];

View File

@ -5,7 +5,6 @@ import { Asset, Positions } from '../asset';
import { Observable } from 'rxjs';
//let assetUrl: string ='http://localhost:8801/rest-api/assets/calculate';
@Injectable({
@ -13,6 +12,8 @@ import { Observable } from 'rxjs';
})
export class AssetService {
// private assetUrl: string ='http://localhost:8801/rest-api/assets/calculate';
//private assetUrl: string ='http://localhost:5001/rest-api/assets/calculate';
private assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';