feat: add API to get daily consumption
This commit is contained in:
parent
9c883a8eca
commit
a0acb2950c
18 changed files with 278 additions and 6 deletions
3
server/app/adapters/http/__init__.py
Normal file
3
server/app/adapters/http/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .readings import readings_router
|
||||
|
||||
__all__ = ["readings_router"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue