CLEANUP
This commit is contained in:
parent
5a04bf2e91
commit
67772affc3
3
main.py
3
main.py
@ -51,6 +51,3 @@ async def get_measurements(
|
||||
limit: int = 100,
|
||||
session: Session = Depends(get_session)):
|
||||
return measurementService.get_measurements(session, station_ids, indoor, from_timestamp, to_timestamp, limit, resolution)
|
||||
@app.get("/hello/{name}")
|
||||
async def say_hello(name: str):
|
||||
return {"message": f"Hello {name}"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user