We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225634a commit cbfec94Copy full SHA for cbfec94
Controllers/DashboardController.cs
@@ -90,7 +90,7 @@ public IActionResult Display()
90
91
if (key.Contains("VDW"))
92
{
93
- Environment.SetEnvironmentVariable("TOPIC", "vdw/json/data/#");
+ Environment.SetEnvironmentVariable("TOPIC", "vdw/#");
94
break;
95
}
96
0 commit comments