Skip to content

Commit 4f0bb0d

Browse files
committed
chore: Build fix
1 parent 24c8008 commit 4f0bb0d

File tree

1 file changed

+0
-7
lines changed
  • UI/UnoChatGPT/UnoChatGPT/UnoChatGPT

1 file changed

+0
-7
lines changed

UI/UnoChatGPT/UnoChatGPT/UnoChatGPT/App.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)
3131
)
3232
// Enable localization (see appsettings.json for supported languages)
3333
.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-
)
4134
.ConfigureServices((context, services) =>
4235
{
4336
// TODO: Register your services

0 commit comments

Comments
 (0)