added auth to lib

This commit is contained in:
Joshua Perry 2024-06-06 18:20:28 +01:00
parent 9ae4b9552f
commit fed06f44f9
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
mod api; mod api;
mod auth;
mod backup; mod backup;
mod db; mod db;