minor fixes

patrol-onvif-ptz-gamepad
Moe 2024-12-08 21:07:40 -08:00
parent 30b664362f
commit 1c517903ed
2 changed files with 2 additions and 2 deletions

View File

@ -6641,7 +6641,7 @@ module.exports = function(s,config,lang){
{
"name": "ip",
"field": lang['IP Address'],
"description": lang[lang["fieldTextIp"]],
"description": lang["fieldTextIp"],
"example": "10.1.100.1-10.1.100.254",
},
{

View File

@ -383,7 +383,7 @@ module.exports = function(s,config,lang,app,io){
/**
* API : Get List of Connected Plugins
*/
app.get(config.webPaths.apiPrefix+':auth/plugins/list', async (req,res) => {
app.get(config.webPaths.apiPrefix+':auth/plugins/:ke/list', async (req,res) => {
s.auth(req.params, async (resp) => {
s.closeJsonResponse(res,{
ok: true,