Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

Use correct route name after player creation #64

Closed tomkerkhove closed 5 years ago

tomkerkhove commented 5 years ago

Creating new players is broken at the moment because of creating a pointer to the GET url by using old naming convention.

This PR fixes this.

tomkerkhove commented 5 years ago

This is why we need integration tests.

MassimoC commented 5 years ago

I will add integration tests asap