diff options
author | Valery Piashchynski <[email protected]> | 2020-02-23 15:15:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-23 15:15:02 +0300 |
commit | 2b70159897b52e99f4040d1fe6571622c1e7459a (patch) | |
tree | 981e63f1cbb89e222ef6568fadb0afd37c548f29 /cmd/rr/main.go | |
parent | d4d83ac0043cb15d19ae4fa49095434b1c594451 (diff) |
Add FW to removes and deletes
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r-- | cmd/rr/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index 54a1f060..f6b15b92 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -23,7 +23,7 @@ package main import ( - rr "github.com/spiral/roadrunner/cmd/rr/cmd" + rr "github.com/spiral/roadrunner/service/reload/cmd/rr/cmd" // services (plugins) "github.com/spiral/roadrunner/service/env" @@ -38,8 +38,8 @@ import ( "github.com/spiral/roadrunner/service/static" // additional commands and debug handlers - _ "github.com/spiral/roadrunner/cmd/rr/http" - _ "github.com/spiral/roadrunner/cmd/rr/limit" + _ "github.com/spiral/roadrunner/service/reload/cmd/rr/http" + _ "github.com/spiral/roadrunner/service/reload/cmd/rr/limit" ) func main() { |