Skip to content

Commit

Permalink
Nuked ApiAccess page and salling API client
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakst committed Nov 8, 2023
1 parent 6cd5868 commit 273e2dc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 155 deletions.
21 changes: 0 additions & 21 deletions ChatRPG/API/IFoodWasteClient.cs

This file was deleted.

55 changes: 0 additions & 55 deletions ChatRPG/API/SallingClient.cs

This file was deleted.

78 changes: 0 additions & 78 deletions ChatRPG/Pages/ApiAccess.razor

This file was deleted.

1 change: 0 additions & 1 deletion ChatRPG/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
.AddSingleton(httpMessageHandlerFactory)
.AddSingleton<IHttpClientFactory, HttpClientFactory>()
.AddSingleton<IOpenAiLlmClient, OpenAiLlmClient>()
.AddSingleton<IFoodWasteClient, SallingClient>()
.AddTransient<IPersisterService, EfPersisterService>();

builder.Services.Configure<IdentityOptions>(options =>
Expand Down

0 comments on commit 273e2dc

Please sign in to comment.