Skip to content

Commit 5c29992

Browse files
author
moses
committed
changed endpoint
1 parent 71eb631 commit 5c29992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeitsuisse/routes/secretMessage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
logger = logging.getLogger(__name__)
99

1010

11-
@app.route('/secret-message', methods=['POST'])
11+
@app.route('/encryption', methods=['POST'])
1212
def evaluate_secret_message():
1313
data = request.get_json()
1414
logging.info("data sent for evaluation {}".format(data))

0 commit comments

Comments
 (0)