mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-28 01:25:40 -05:00
Initial framework of the power service
This commit is contained in:
11
Power/Service/Controllers/ReadingsController.cs
Normal file
11
Power/Service/Controllers/ReadingsController.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace ChrisKaczor.HomeMonitor.Power.Service.Controllers
|
||||
{
|
||||
[Route("[controller]")]
|
||||
[ApiController]
|
||||
public class ReadingsController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user