Skip to content

Commit

Permalink
Changed the endpoint route for Google SmartHome stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 24, 2018
1 parent e0f6c9f commit d8e46db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace HomeAutio.Mqtt.GoogleHome.Controllers
/// <summary>
/// Google home controller.
/// </summary>
[Route("/google/home")]
[Route("/smarthome")]
public class GoogleHomeController : Controller
{
private readonly ILogger<GoogleHomeController> _log;
Expand Down

0 comments on commit d8e46db

Please sign in to comment.