Viva-con-Agua / drops

Implements an user management service for a microservice application, supporting Viva con Agua in organizing volunteering activities.
GNU General Public License v3.0
1 stars 1 forks source link

Crew webapp routes are duplicates #353

Open johannsell opened 5 years ago

johannsell commented 5 years ago

The routes file contains:

GET     /webapp/crew/get/:id                                controllers.webapp.CrewController.get(id: String)
GET     /webapp/crew/get/:name                              controllers.webapp.CrewController.get(name: String)

Thus, both routes are equivalent and there is no possibility to request a crew by its UUID.