-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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": ""
},
....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working