patchew-project / patchew

A patch email tracking and testing system
MIT License
74 stars 25 forks source link

The REST API URIs are wrong #60

Closed bonzini closed 6 years ago

bonzini commented 6 years ago

The result of GET /api/v1/ is:

HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "users": "http://localhost/api/v1/users/",
    "projects": "http://localhost/api/v1/projects/",
    "series": "http://localhost/api/v1/series/"
}
bonzini commented 6 years ago

Fixed by commit 5a382015e.