From b736c2445b409f264961a1a4c1a17352fc2e6eef Mon Sep 17 00:00:00 2001 From: jackeilles Date: Mon, 26 Feb 2024 20:12:24 +0000 Subject: [PATCH] right i gotta add an extension to nvim to save for me --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index f741429..fcac177 100644 --- a/app/routes.py +++ b/app/routes.py @@ -260,7 +260,7 @@ def resetidpass(): else: return f"Your new IDPass is \n {idpass}\n This will only be shown once, please save it somewhere safe." -### API Endpoint ### +### API Endpoints ### @app.route('/api') def api():