CourseAdvisor / courseadvisor

Review and rate EPFL courses
http://courseadvisor.ch
15 stars 1 forks source link

Refactor review CRUD routes #88

Closed hmil closed 8 years ago

hmil commented 9 years ago

(create/update/delete)Review routes don't need a slug, don't need to be localized and should be groupped with other "side effect" routes (see routes.php on #87 ).

Also delete is bound to GET without csrf :-°