WIP: IndexController

This commit is contained in:
mpostma 2021-01-13 17:50:36 +01:00
parent b07e21ab3c
commit ddd7789713
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
6 changed files with 230 additions and 55 deletions

View file

@ -6,9 +6,7 @@ pub mod helpers;
pub mod option;
pub mod routes;
mod updates;
//pub mod analytics;
//pub mod snapshot;
//pub mod dump;
mod index_controller;
use actix_http::Error;
use actix_service::ServiceFactory;