global: snapshot

This commit is contained in:
nym21
2025-03-11 15:36:40 +01:00
parent db70b05088
commit 64d73b93e4
19 changed files with 275 additions and 324 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ fn any_handler(
.websites_path
.as_ref()
.expect("Should never reach here is websites_path is None")
.join(app_state.frontend.to_folder_name());
.join(app_state.website.to_folder_name());
let instant = Instant::now();