X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/8168522a18e78acff2f6ca2f04b9f9300c6ee7a1..b196a50a44a5c72fc43df39fce4407d05ec8863b:/cmd/mobius-hotline-server/main.go diff --git a/cmd/mobius-hotline-server/main.go b/cmd/mobius-hotline-server/main.go index f18ae9d..60327a8 100644 --- a/cmd/mobius-hotline-server/main.go +++ b/cmd/mobius-hotline-server/main.go @@ -48,9 +48,7 @@ func main() { logger.Fatalw("Configuration directory not found", "path", configDir) } - hotline.FS = &hotline.OSFileStore{} - - srv, err := hotline.NewServer(*configDir, "", *basePort, logger) + srv, err := hotline.NewServer(*configDir, "", *basePort, logger, &hotline.OSFileStore{}) if err != nil { logger.Fatal(err) }