general: snapshot

This commit is contained in:
k
2024-07-12 08:35:41 +02:00
parent 350c835873
commit 35fd5054aa
51 changed files with 2831 additions and 3251 deletions

View File

@@ -38,7 +38,7 @@ async fn main() -> color_eyre::Result<()> {
let routes = Routes::build();
routes.generate_grouped_keys_to_url_path_file();
routes.generate_front_end_files();
let state = AppState {
routes: Arc::new(routes),