metrict: Commit change that was forgotten in cf95650

This commit is contained in:
Daan Sprenkels 2019-12-08 22:02:30 +01:00
parent f1fe160655
commit da5806a6f7
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ func main() {
log.Fatalln(err)
}
go rushlink.StartMetricsServer(*metricsListen, database)
go rushlink.StartMetricsServer(*metricsListen, database, filestore)
rushlink.StartMainServer(*httpListen, database, filestore)
}