mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
rename constructor for admin service
This commit is contained in:
parent
e06d126d4e
commit
4faa8ea37c
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ impl Services {
|
|||
uiaa: uiaa::Service::new(db),
|
||||
users: users::Service::new(db),
|
||||
account_data: db,
|
||||
admin: admin::Service::build(),
|
||||
admin: admin::Service::new(),
|
||||
key_backups: db,
|
||||
media: media::Service {
|
||||
db,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue