mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Move code comment todos to forgejo issues
This commit is contained in:
@@ -107,9 +107,3 @@ class WebServer:
|
||||
if "limit" in query.keys():
|
||||
spots = spots[:int(query.get("limit"))]
|
||||
return spots
|
||||
|
||||
|
||||
# Todo serve Server-Sent Events to frontend? - see https://medium.com/@tdenton8772/streaming-api-design-using-python-and-javascript-1b0ce8adb703
|
||||
# Todo serve apidocs
|
||||
# Todo push spot API (to start with only to this server)
|
||||
# Todo current todos to fit issues
|
||||
Reference in New Issue
Block a user