Update lvs.js

This commit is contained in:
Mr Chen 2023-11-18 17:32:43 +08:00
parent 3efa46ce70
commit b0ee844b84
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
function lvsPostMin(method, args, callback){
var req_data = {};
req_data['name'] = 'haproxy';
req_data['name'] = 'lvs';
req_data['func'] = method;
if (typeof(args) != 'undefined' && args!=''){