test get settings

This commit is contained in:
mpostma
2021-02-24 09:30:51 +01:00
parent ac89c35edc
commit c7ab4dccc3
4 changed files with 99 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use super::index::Index;
use super::service::Service;
pub struct Server {
service: Service,
pub service: Service,
}
impl Server {