fix: capabilities endpoint

This commit is contained in:
2025-09-13 13:46:30 +02:00
parent 103aeabea7
commit 0b341ad6dd
3 changed files with 3 additions and 3 deletions

View File

@@ -466,7 +466,7 @@ app.get('/api/node/status', async (req, res) => {
});
// Proxy endpoint to get node capabilities (optionally for a specific node via ?ip=)
app.get('/api/capabilities', async (req, res) => {
app.get('/api/node/capabilities', async (req, res) => {
try {
const { ip } = req.query;