Skip to content

Error in posts #2

@frogweb

Description

@frogweb

this line

        var postsResponse = await httpClient.GetAsync(api.ApiRootUri + "posts");

should be

        var postsResponse = await httpClient.GetAsync(api.ApiRootUri + "/posts");

doesn't work without " / "

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions