aboutsummaryrefslogtreecommitdiff
path: root/api/user/password.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/user/password.py')
-rw-r--r--api/user/password.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/user/password.py b/api/user/password.py
index 672eda4..0c1cb70 100644
--- a/api/user/password.py
+++ b/api/user/password.py
@@ -3,6 +3,7 @@ from db import cursor
password = Blueprint('password', __name__)
+# this endpoint is unfinished
@password.route('/password')
def index():
data = request.get_json()