Comment fix

This commit is contained in:
Alfredo Cardigliano 2020-06-16 10:24:01 +02:00
parent 7f5677f63a
commit 8625f2db47

View file

@ -13,7 +13,7 @@ local rest_utils = require("rest_utils")
--
-- Read the IP address(es) for an interface
-- Example: curl -u admin:admin -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v1/get/interface/addresses.lua
-- Example: curl -u admin:admin -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v1/get/interface/address.lua
--
-- NOTE: in case of invalid login, no error is returned but redirected to login
--