cosmicpython / code

Example application code for the python architecture book
Other
2.14k stars 946 forks source link

flask redirect in POST /allocate, test assert on 200, not 202 #12

Closed xtaje closed 4 years ago

xtaje commented 4 years ago

Adds re-direct with 302 code to POST allocate route to match text PRG pattern in Chapter 11 CQRS.

xtaje commented 4 years ago

Adds re-direct with 302 code to POST allocate route to match text PRG pattern in Chapter 11 CQRS.

Closing, since the test has been updated to note that it's doing Async Post.