summaryrefslogtreecommitdiff
path: root/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers.go')
-rw-r--r--handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers.go b/handlers.go
index 4e7bfe6..141230d 100644
--- a/handlers.go
+++ b/handlers.go
@@ -17,7 +17,7 @@ func init() {
// frontend must come last to make sure /api takes precedence
frontend, err := fs.Sub(frontendEmbed, "build/frontend/public")
if err != nil {
- log.Fatalf("No embedded frontend: %v", err)
+ log.Fatalf("No embedded frontend: %v.", err)
}
router.PathPrefix("/").Handler(http.FileServerFS(frontend))
}