diff options
author | Wolfy-J <[email protected]> | 2018-09-08 00:10:15 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-08 00:10:15 +0300 |
commit | d8032d0512f59b34ec334cdac7b7ce2d8fe7f6c1 (patch) | |
tree | 791e300ede8c20e906c868a2ab649e545281437b /cmd | |
parent | 24b50941c91dbd1067fc4b143085fda504321a8b (diff) |
changelog
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index ca3ca9ac..da34a62b 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -32,7 +32,7 @@ import ( "github.com/spiral/roadrunner/service/rpc" "github.com/spiral/roadrunner/service/static" - // additional command handlers + // additional command and debug handlers _ "github.com/spiral/roadrunner/cmd/rr/http" ) |