missing notfound

This commit is contained in:
Mikaël Cluseau 2023-02-21 10:39:53 +01:00
parent 26953cf703
commit 18dc85d6fb

View File

@ -81,6 +81,7 @@ func wsDownload(req *restful.Request, resp *restful.Response) {
} }
if !found { if !found {
wsNotFound(resp)
return return
} }