Browse Source

Fixed IoT Hub permission issue

TC pushbot 5 4 years ago
parent
commit
25eb79b434
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iot.go

+ 1 - 1
iot.go

@@ -52,7 +52,7 @@ func IoTHubInit() {
 
 		//Register IoT Devices Endpoints
 		router := prout.NewModuleRouter(prout.RouterOption{
-			ModuleName:  "IoT Panel",
+			ModuleName:  "IoT Hub",
 			AdminOnly:   false,
 			UserHandler: userHandler,
 			DeniedHandler: func(w http.ResponseWriter, r *http.Request) {