rear_auth buildup from sqlite example

This commit is contained in:
2024-06-11 23:12:08 +02:00
parent 1799cadcbd
commit 6dcbb4c316
9 changed files with 337 additions and 16 deletions

View File

@@ -1 +0,0 @@
pub mod models;

View File

@@ -1,3 +1,2 @@
pub mod admin;
pub mod auth;
pub mod service;