Add tokens routes

This commit is contained in:
2025-03-19 18:57:38 +01:00
parent 3081757536
commit 544513d118
16 changed files with 376 additions and 18 deletions

View File

@ -4,6 +4,7 @@ use std::error::Error;
pub mod auth_controller;
pub mod server_controller;
pub mod tokens_controller;
#[derive(thiserror::Error, Debug)]
pub enum HttpFailure {