Skip to content

Commit 3f53925

Browse files
author
Andrew Brookins
committed
TODO
1 parent f89aea5 commit 3f53925

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ async def bitcoin(background_tasks: BackgroundTasks, keys: Keys = Depends(make_k
142142
return summary
143143

144144

145+
# TODO: API endpoint that gets summaries between two dates?
146+
# "Useful for graphs"
147+
148+
145149
@app.on_event('startup')
146150
async def startup_event():
147151
keys = Keys()

0 commit comments

Comments
 (0)