You've already forked AstralRinth
forked from didirus/AstralRinth
Register users notification route
This commit is contained in:
@@ -69,6 +69,7 @@ pub fn users_config(cfg: &mut web::ServiceConfig) {
|
||||
.service(users::user_delete)
|
||||
.service(users::user_edit)
|
||||
.service(users::user_icon_edit)
|
||||
.service(users::user_notifications)
|
||||
.service(users::user_follows),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user