ajilach / clamav-rest

ClamAV virus/malware scanner with REST API
https://hub.docker.com/r/ajilaag/clamav-rest
MIT License
40 stars 24 forks source link

Register scanHandlerBody function #26

Closed christianbumann closed 6 months ago

christianbumann commented 1 year ago

It seems that the scanHandlerBody method doesn't have the registration added

Method https://github.com/ajilach/clamav-rest/commit/bd31698e41d16d8b9dc285e9d598c273d193ade7

Should there be not a a registration like this https://github.com/ajilach/clamav-rest/blob/4916375f9ddf974eedcea998f0b70f1a25daae3d/clamrest.go#L221C1-L221C47 @rhermanek