dont boot twice the app

This commit is contained in:
Paul Schneider 2026-08-29 02:41:59 +01:00
commit 5d1649df80
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
3 changed files with 42 additions and 31 deletions

View file

@ -33,7 +33,7 @@ namespace Yavsc.Api.Client;
/// </summary>
public sealed class BlogApiClient
{
private const string DefaultPathPrefix = "blog";
private const string DefaultPathPrefix = "blogspot";
private readonly IYavscApiClient _api;
private readonly Uri _baseAddress;