user addable
This commit is contained in:
+3
-1
@@ -1,8 +1,10 @@
|
||||
use actix_web::web;
|
||||
pub(crate) mod path;
|
||||
mod users;
|
||||
|
||||
pub fn views_factory(app: &mut web::ServiceConfig) {
|
||||
// auth::auth_factory(app);
|
||||
// to_do::item_factory(app);
|
||||
// app::app_factory(app);
|
||||
// users::user_factory(app);
|
||||
users::user_factory(app);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user