On server config route, add OIDC config

This commit is contained in:
2023-06-01 17:01:57 +02:00
parent c0f120bb53
commit daffea6727
5 changed files with 86 additions and 22 deletions

View File

@ -5,7 +5,7 @@ use actix_web::HttpResponse;
use std::fmt::{Debug, Display, Formatter};
pub mod auth_controller;
pub mod config_controller;
pub mod server_controller;
pub mod user_controller;
/// Custom error to ease controller writing