Removing chatgpt
This commit is contained in:
parent
787f62454b
commit
9f03a0418d
|
|
@ -2,7 +2,7 @@
|
||||||
| <a class="navbar-brand" href="/about-me">O mnie</a>
|
| <a class="navbar-brand" href="/about-me">O mnie</a>
|
||||||
| <a class="navbar-brand" href="/quotes">Kursy</a>
|
| <a class="navbar-brand" href="/quotes">Kursy</a>
|
||||||
| <a class="navbar-brand" href="/asset-calculator">Kalkulator</a>
|
| <a class="navbar-brand" href="/asset-calculator">Kalkulator</a>
|
||||||
| <a class="navbar-brand" href="/chat-gpt">ChatGPT</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,5 @@ export const routes: Routes = [
|
||||||
{ path: "quotes",
|
{ path: "quotes",
|
||||||
title:"Kursy podstawowych walut i złota",
|
title:"Kursy podstawowych walut i złota",
|
||||||
component: DashboardComponent
|
component: DashboardComponent
|
||||||
},
|
}
|
||||||
{
|
|
||||||
path: "chat-gpt",
|
|
||||||
title:"Chat GPT",
|
|
||||||
component: ChatGPTComponent
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ import { Asset, Positions } from '../asset';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
|
|
||||||
|
|
||||||
//let assetUrl: string ='http://localhost:8801/rest-api/assets/calculate';
|
|
||||||
|
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
|
@ -13,6 +12,8 @@ import { Observable } from 'rxjs';
|
||||||
})
|
})
|
||||||
export class AssetService {
|
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 ='http://localhost:5001/rest-api/assets/calculate';
|
||||||
|
|
||||||
private assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';
|
private assetUrl: string ='https://api.arti24.eu/rest-api/assets/calculate';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue