use /legacy/ instead of /api/

This commit is contained in:
Carsten Otto
2021-11-12 09:09:54 +01:00
parent 7bd5f8d406
commit bf18847a69
2 changed files with 4 additions and 4 deletions

View File

@@ -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;