Secure auth route, fix quilt deps bug, optimize queries more (#374)

* Secure auth route, fix quilt deps bug, optimize queries more

* Add to_lowercase for multiple hashes functions
This commit is contained in:
Geometrically
2022-06-17 16:56:28 -07:00
committed by GitHub
parent 355689ed19
commit 782bb11894
15 changed files with 842 additions and 592 deletions

View File

@@ -20,7 +20,7 @@ impl super::Validator for PackValidator {
}
fn get_supported_loaders(&self) -> &[&str] {
&["forge", "fabric"]
&["forge", "fabric", "quilt"]
}
fn get_supported_game_versions(&self) -> SupportedGameVersions {