first, the blogs
This commit is contained in:
parent
0adc60d5ed
commit
6055117929
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue