We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c8008 commit 4f0bb0dCopy full SHA for 4f0bb0d
UI/UnoChatGPT/UnoChatGPT/UnoChatGPT/App.cs
@@ -31,13 +31,6 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)
31
)
32
// Enable localization (see appsettings.json for supported languages)
33
.UseLocalization()
34
- .UseHttp((context, services) => services
35
- // Register HttpClient
36
-#if DEBUG
37
- // DelegatingHandler will be automatically injected into Refit Client
38
- .AddTransient<DelegatingHandler, DebugHttpHandler>()
39
-#endif
40
- )
41
.ConfigureServices((context, services) =>
42
{
43
// TODO: Register your services
0 commit comments