Skip to content

Function needs complete address to work  #2

Open
@Grifo89

Description

@Grifo89

response = await default_client.post("/user/signup", json=payload, headers=headers)
It's throwing me an error. Solution was response = await default_client.post("http://localhost:8080/user/signup", json=payload, headers=headers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions