diff --git a/src/app/app.component.html b/src/app/app.component.html index 7ae6905..6e99f6d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,7 +2,7 @@ | O mnie | Kursy | Kalkulator - | ChatGPT +
diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index e461fed..2f355e0 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -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 - } + } ]; diff --git a/src/app/asset-calculator/assets/service/asset.service.ts b/src/app/asset-calculator/assets/service/asset.service.ts index eb31ead..8433258 100644 --- a/src/app/asset-calculator/assets/service/asset.service.ts +++ b/src/app/asset-calculator/assets/service/asset.service.ts @@ -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';