Skip to content

Commit 6de2305

Browse files
committed
561: Remove commented create_scores endpoint
1 parent f3a9393 commit 6de2305

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/server/api/internal_api.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ def ingest_raw_data():
4040
return jsonify({'outcome': 'OK'}), 200
4141

4242

43-
# @internal_api.route("/api/internal/create_scores", methods=["GET"])
44-
# def hit_create_scores():
45-
# logger.info("Hitting create_scores() ")
46-
# tuple_count = create_scores()
47-
# logger.info("create_scores() processed %s scores", str(tuple_count) )
48-
# return jsonify(200)
49-
50-
5143
@internal_api.route("/api/internal/get_updated_data", methods=["GET"])
5244
def get_contact_data():
5345
logger.debug("Calling get_updated_contact_data()")

0 commit comments

Comments
 (0)