You've already forked AstralRinth
forked from didirus/AstralRinth
Add support for hashes in Maven (#264)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2badcfa546
commit
989f2d3001
@@ -70,6 +70,8 @@ pub fn projects_config(cfg: &mut web::ServiceConfig) {
|
||||
|
||||
pub fn maven_config(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(maven::maven_metadata);
|
||||
cfg.service(maven::version_file_sha512);
|
||||
cfg.service(maven::version_file_sha1);
|
||||
cfg.service(maven::version_file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user