Update download.go

This commit is contained in:
Alexander-Ger-Reich
2025-12-10 19:27:20 +01:00
committed by GitHub
parent f27102d344
commit cd954b6f24

View File

@@ -14,4 +14,5 @@ func downloadRouter(r *gin.Engine) {
api.POST("/download/image", service.DownloadImage) // download image
api.GET("/download/image/status", service.StatusImage) // download image
api.GET("/download/image/enabled", service.ImageEnabled) // download image
api.POST("/download/file", service.DownloadImageFile) // download image
}