From 35b7c60036a4101902d19e440f966fe5035b62fa Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 19 Nov 2023 21:51:18 +1030 Subject: [PATCH] Comment --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 7bbdc7a..7bdf4d9 100644 --- a/main.go +++ b/main.go @@ -51,6 +51,7 @@ func main() { // create the download manager downloadManager := &download.Manager{MaxPerDomain: configService.Config.Server.MaximumActiveDownloads} + // create the web handlers r := web.CreateRoutes(configService, downloadManager, versionInfo) srv := &http.Server{