Skip to content

Commit

Permalink
updated VDW topic.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Apr 15, 2024
1 parent 225634a commit cbfec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/DashboardController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public IActionResult Display()

if (key.Contains("VDW"))
{
Environment.SetEnvironmentVariable("TOPIC", "vdw/json/data/#");
Environment.SetEnvironmentVariable("TOPIC", "vdw/#");
break;
}

Expand Down

0 comments on commit cbfec94

Please sign in to comment.