We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5be66 commit 571c1dbCopy full SHA for 571c1db
1 file changed
main.go
@@ -217,7 +217,7 @@ func main() {
217
LoadESPluginFromFile(router, elasticSearchPath, elasticSearchMiddleware)
218
// Load ReactiveSearch plugin
219
if reactiveSearchPath != "" {
220
- LoadESPluginFromFile(router, reactiveSearchPath, reactiveSearchMiddleware)
+ LoadRSPluginFromFile(router, reactiveSearchPath, reactiveSearchMiddleware)
221
}
222
if err != nil {
223
log.Fatal("error loading plugins: ", err)
0 commit comments