In app/routes.js I've spotted 3 invalid routes:
listpeers is duplicated
listhannels is also duplicate, and one version is misspelled
disconnectpeer should be lowercase, but it's camelcase
The solution is to amend the route file correcting the errors discussed above
In
app/routes.jsI've spotted 3 invalid routes:listpeersis duplicatedlisthannelsis also duplicate, and one version is misspelleddisconnectpeershould be lowercase, but it's camelcaseThe solution is to amend the route file correcting the errors discussed above