diff options
Diffstat (limited to 'http/config.go')
-rw-r--r-- | http/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/config.go b/http/config.go index abb14d9a..d92b4c60 100644 --- a/http/config.go +++ b/http/config.go @@ -6,7 +6,7 @@ import ( // Configures RoadRunner HTTP server. type Config struct { - // Enable enables http service. + // Enable enables http svc. Enable bool // Address and port to handle as http server. |