X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetAddressTypes.py;h=d10be73905e4cb7ed187c214759f02ec5e5ba5fa;hb=6bef7b35eec76ff66332cb20f58eb7703c2116f9;hp=ed8ad3b15c99dcfe5a50d2b3c577d3810610bce8;hpb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;p=plcapi.git diff --git a/PLC/Methods/GetAddressTypes.py b/PLC/Methods/GetAddressTypes.py index ed8ad3b..d10be73 100644 --- a/PLC/Methods/GetAddressTypes.py +++ b/PLC/Methods/GetAddressTypes.py @@ -15,7 +15,7 @@ class GetAddressTypes(Method): returned. """ - roles = ['admin', 'pi', 'user', 'tech'] + roles = ['admin', 'pi', 'user', 'tech', 'node'] accepts = [ Auth(),