File tree Expand file tree Collapse file tree
memex/templates/controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import __package__.__className__.repository.__className__Repository;
88import __package__.__className__.service.*;
99import __package__.generics.service.MongoDbJsonStreamingLoaderService;
1010import __package__.util.UpdateStrategy;
11+ import __package__.generics.service.DataLoadException;
1112import jakarta.servlet.http.HttpServletRequest;
1213import java.io.BufferedOutputStream;
1314import java.io.IOException;
@@ -147,7 +148,7 @@ public class __className__Controller {
147148 /**
148149 * Atlas Search query interface
149150 */
150- @PostMapping("/__apiPath__/search)
151+ @PostMapping("/__apiPath__/search" )
151152 public ResponseEntity<String> atlasSearchQuery(@RequestBody String requestBody) {
152153 List<__className__> result = queryService.atlasSearchQuery(requestBody);
153154 try {
You can’t perform that action at this time.
0 commit comments