luci-mod-status: remove obsolete nameinfo route

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-12-22 18:52:48 +01:00
parent fff15e4e71
commit 2417ad5d61

View file

@ -99,13 +99,5 @@
"type": "view", "type": "view",
"path": "status/connections" "path": "status/connections"
} }
},
"admin/status/nameinfo/*": {
"action": {
"type": "call",
"module": "luci.controller.admin.status",
"function": "action_nameinfo"
}
} }
} }