mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-22 15:35:10 +01:00
rename controller
This commit is contained in:
@@ -13,10 +13,10 @@ import java.util.stream.Collectors;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/node/{pubkey}/")
|
||||
public class NodeController {
|
||||
public class LegacyController {
|
||||
private final NodeService nodeService;
|
||||
|
||||
public NodeController(NodeService nodeService) {
|
||||
public LegacyController(NodeService nodeService) {
|
||||
this.nodeService = nodeService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user