We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11571b7 commit 191e3b9Copy full SHA for 191e3b9
quick-start/src/main/java/com/marklogic/hub/service/FileSystemWatcherService.java
@@ -131,10 +131,6 @@ private void registerAll(final Path start) throws IOException {
131
public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs)
132
throws IOException
133
{
134
- // REST directory is not a flow. It's the rest options. skip it.
135
- if (dir.endsWith("REST")) {
136
- return FileVisitResult.SKIP_SUBTREE;
137
- }
138
register(dir);
139
return FileVisitResult.CONTINUE;
140
}
0 commit comments