summary refs log tree commit diff stats
path: root/pkgs/by-name/ba/back/src/web/mod.rs (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/back): Use rocket to manage the configuration valuesBenedikt Peetz2024-12-26
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.