feat: Add frontend routing and asset handling with Axum

This commit is contained in:
GW_MC
2026-04-18 07:30:37 +00:00
parent da0ab29b2a
commit e2d364722b
3 changed files with 81 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ mod cli;
mod config;
mod connector;
mod db;
mod routes;
mod service;
#[tokio::main]