Skip to content

Commit 425b2ab

Browse files
committed
checkpoint: pre-yolo 20260330-210705
1 parent e3e831a commit 425b2ab

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/io/github/randomcodespace/iq/api/GraphController.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ public Map<String, Object> traceImpact(
201201
return queryService.traceImpact(nodeId, cappedDepth);
202202
}
203203

204-
@GetMapping("/topology")
205-
public Map<String, Object> getTopology() {
206-
requireQueryService();
207-
return queryService.getTopology();
208-
}
209-
210204
@GetMapping("/search")
211205
public List<Map<String, Object>> searchGraph(
212206
@RequestParam String q,

0 commit comments

Comments
 (0)