treewide: convert simple Lua controllers to declarative JSON
[project/luci.git] / applications / luci-app-upnp / root / usr / share / luci / menu.d / luci-app-upnp.json
1 {
2 "admin/services/upnp": {
3 "title": "UPnP",
4 "action": {
5 "type": "view",
6 "path": "upnp/upnp"
7 },
8 "depends": {
9 "uci": { "upnpd": true }
10 }
11 }
12 }