Remove TODO

This commit is contained in:
vrde 2017-04-12 15:54:11 +02:00
parent 2bedc9b059
commit 4c9adededd
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -43,7 +43,6 @@ class ApiV1Index(Resource):
'self': api_root,
'statuses': api_root + 'statuses/',
'transactions': api_root + 'transactions/',
# TODO: The version should probably not be hardcoded
'streams_v1': websocket_root,
},
})