postIt #2

Merged
notazof merged 27 commits from postIt into main 2026-07-11 02:57:29 +01:00
Showing only changes of commit 6055117929 - Show all commits

first, the blogs

Paul Schneider 2026-07-08 23:18:14 +01:00

View file

@ -43,7 +43,7 @@ public sealed class BlogApiClient
// ApiUrl is e.g. "https://blogs.pschneider.fr/api/v1/" — keep the // ApiUrl is e.g. "https://blogs.pschneider.fr/api/v1/" — keep the
// trailing slash so relative paths ("posts") resolve correctly. // trailing slash so relative paths ("posts") resolve correctly.
api.Http.BaseAddress = new Uri(api.Settings.BusinessApiUrl); api.Http.BaseAddress = new Uri(api.Settings.BlogsApiUrl);
_pathPrefix = pathPrefix?.TrimStart('/') ?? DefaultPathPrefix; _pathPrefix = pathPrefix?.TrimStart('/') ?? DefaultPathPrefix;
} }