Serve commit page entirely from the db

This commit is contained in:
Joscha 2023-08-06 11:37:22 +02:00
parent 0d3cd15b03
commit 7768e4ad4b
12 changed files with 241 additions and 79 deletions

View file

@ -1,4 +1,5 @@
mod config;
mod db;
mod recurring;
mod repo;
mod somehow;