cmc-csci040
cmc-csci040 copied to clipboard
Created Messages
So created messages do post, only it creates one for every user ever created. Was wondering if cookie specification could help, or something else?
Hmm... I don't see any obvious problems with your code, but you should check the actual contents of the database (using e.g. the db_access.py) command to verify that you're actually posting three messages, and not just displaying three messages incorrectly in your root route.
?