diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-15 10:39:43 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-15 10:39:43 -0700 |
| commit | 00d1ef67636df59460bd4e060f6da4b0c9bcb24c (patch) | |
| tree | 23c0b75535ab187bd690e03e286b64395efeba2f /cmd | |
| parent | c5d9af5aa4d9fb20316be45ab1b775bcf61bcad5 (diff) | |
Tests and minor fixes
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mobius-hotline-server/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mobius-hotline-server/main.go b/cmd/mobius-hotline-server/main.go index 772625b..cf69ea8 100644 --- a/cmd/mobius-hotline-server/main.go +++ b/cmd/mobius-hotline-server/main.go @@ -44,6 +44,8 @@ func main() { logger.Fatalw("Configuration directory not found", "path", configDir) } + hotline.FS = hotline.OSFileStore{} + srv, err := hotline.NewServer(*configDir, "", *basePort, logger) if err != nil { logger.Fatal(err) |