test get settings

This commit is contained in:
mpostma 2021-02-24 09:30:51 +01:00
parent ac89c35edc
commit c7ab4dccc3
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
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 {