aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Require authorization for Block POSTYigit Sever2021-04-131-1/+1
| | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test
* HousekeepingYigit Sever2021-04-131-0/+25
Moved tests out of routes.rs into their own file Learned how to use lib.rs, now we have cargo doc support as well