Skip to content

Missing "?" in links responses #2

@MaulanaR

Description

@MaulanaR

Current response :

...
"links": {
"first": "http://localhost:4001/api/v1/users$page=1&$per_page=10",
"last": "http://localhost:4001/api/v1/users$page=0&$per_page=10",
"next": "",
"previous": ""
},
....

Response it should :

...
"links": {
"first": "http://localhost:4001/api/v1/users?$page=1&$per_page=10",
"last": "http://localhost:4001/api/v1/users?$page=0&$per_page=10",
"next": "",
"previous": ""
},
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions