fix: make unique user creation public

This commit is contained in:
Fu Zi Xiang 2024-01-23 15:19:19 +08:00
parent 7c95f6556a
commit 59d07040fc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use tracing::warn;
mod casbin;
mod collab;
mod gotrue;
mod user;
pub mod user;
mod util;
mod websocket;
mod workspace;