mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-22 15:35:10 +01:00
use /legacy/ instead of /api/
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/node/{pubkey}/")
|
||||
@RequestMapping("/legacy/node/{pubkey}/")
|
||||
public class LegacyController {
|
||||
private static final String NEWLINE = "\n";
|
||||
private final NodeService nodeService;
|
||||
|
||||
Reference in New Issue
Block a user