This commit is contained in:
Justin Hawkins 2023-11-19 21:51:18 +10:30
parent a339001ab7
commit 35b7c60036

View File

@ -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{