Skip to content

Commit b135244

Browse files
author
Jean-Marie Alfonsi
committed
feat: better control template events, now passes the built view as arg
1 parent c56abae commit b135244

File tree

5 files changed

+284
-197
lines changed

5 files changed

+284
-197
lines changed

Retronado.Maui/Domain/IGDBRefitClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static IGDBRestClient Create()
204204
{
205205
// For logging
206206
// var httpClient = new HttpClient(new HttpLoggingHandler())
207-
var httpClient = new HttpClient(new HttpLoggingHandler())
207+
var httpClient = new HttpClient()
208208
{
209209
BaseAddress = new Uri("https://api.igdb.com/v4"),
210210
};
@@ -218,4 +218,4 @@ public static IGDBRestClient Create()
218218
}));
219219
}
220220
}
221-
}
221+
}

0 commit comments

Comments
 (0)