minor fixes
parent
30b664362f
commit
1c517903ed
|
@ -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",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue