diff options
author | Wolfy-J <[email protected]> | 2018-06-10 17:18:23 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 17:18:23 +0300 |
commit | 094a4c211022b9446ef988c74c546ad6efb09722 (patch) | |
tree | 603ade627491960108154d6301868c9b881cd101 /static/service.go | |
parent | 232aa8f3c20a060e556ab431467f4f7b3f83bfbf (diff) |
http service
Diffstat (limited to 'static/service.go')
-rw-r--r-- | static/service.go | 2 |
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 { |