1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-14 14:04:59 +00:00
This commit is contained in:
RGBCube 2023-12-21 16:27:43 +03:00
parent 40ff86ea46
commit c0c8a2cda3
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

2
.gitattributes vendored
View file

@ -1 +1 @@
Cargo.nix generated
Cargo.nix linguist-language=GeneratedFileInvalidLanguageName

View file

@ -25,7 +25,5 @@ pub fn router() -> Router {
archive_map.insert(path, contents);
}
println!("{archive_map:?}");
app
}