Update hub service

This commit is contained in:
2019-07-21 11:03:10 -04:00
parent 1bdb33400e
commit 5fd7bd21a4
7 changed files with 12 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
namespace Hub.Service.Controllers
namespace ChrisKaczor.HomeMonitor.Hub.Service.Controllers
{
[Route("api/[controller]")]
[ApiController]