summaryrefslogtreecommitdiff
path: root/static/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'static/service.go')
-rw-r--r--static/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/service.go b/static/service.go
index eab9fe49..6be7f20f 100644
--- a/static/service.go
+++ b/static/service.go
@@ -11,7 +11,7 @@ import (
)
// Name contains default service name.
-const Name = "static-server"
+const Name = "static"
// Service serves static files. Potentially convert into middleware?
type Service struct {