Skip to content

Commit 9f32a54

Browse files
committed
New comment
1 parent ca2e015 commit 9f32a54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glass_server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ def get_datapoint(datapoint_name, index=None):
368368

369369
@app.route('/datapoint/<datapoint_name>/get', methods=["GET"])
370370
def get_datapoint_endpoint(datapoint_name):
371+
# This is the http endpoint wrapper for getting a datapoint
372+
371373
ds = request.get_json() if request.is_json else request.form
372374
index = ds.get('index')
373375

0 commit comments

Comments
 (0)