nb endpoint updates for nbui

This commit is contained in:
Jonathan Shook
2020-09-03 12:11:52 -05:00
parent 69e64756d2
commit fc0f1c8dfe
4 changed files with 35 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ public class DocServerApp {
String[] markdownFileArray = markdownList.split("\n");
for (String markdownFile : markdownFileArray) {
Path relativePath = dirpath.resolve(Path.of("services/docs/markdown", markdownFile));
Path relativePath = dirpath.resolve(Path.of("services/docs", markdownFile));
logger.info("Creating " + relativePath.toString());
Path path = dds.findPath(markdownFile);