Skip to content
Snippets Groups Projects
Commit 7cedb50b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] P2P sync: unable to scroll - fix #24

parent de5626a3
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,6 @@ public class PluginInit extends AbstractLifecycleComponent<PluginInit> {
// Allow scroll search
injector.getInstance(RestSecurityController.class)
.allow(RestRequest.Method.POST, "^_search/scroll$");
.allow(RestRequest.Method.POST, "^/_search/scroll$");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment