actix/examples

The basic/todo app breaks with 405 (method not allowed) after create/update action applied on an item

iamruss opened this issue · 0 comments

This happens due to 307 redirect to "/" not changing HTTP method and the index route listening for GET requests only.