restore version route

This commit is contained in:
mpostma 2021-03-15 19:08:19 +01:00
parent 0c17b166df
commit 6a742ee62c
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
6 changed files with 24 additions and 3 deletions

View file

@ -4,6 +4,7 @@ mod index;
mod search;
mod settings;
mod updates;
mod stats;
// Tests are isolated by features in different modules to allow better readability, test
// targetability, and improved incremental compilation times.