mzhang9622 / Mailroom-Flask-App

A flask app that satisfies the bare minimum expectations of the webapp requested by the Mailroom at Colby College
1 stars 0 forks source link

Fixing update blueprint to add/subtract count instead of overwrite #24

Closed tjprat25 closed 1 day ago

tjprat25 commented 1 day ago

Previous version just overwrote the number of boxes, this version adds or subtracts the number given instead.

cyu25 commented 1 day ago

Yay! Good job at fixing this issue!