right i gotta add an extension to nvim to save for me

This commit is contained in:
jackeilles 2024-02-26 20:12:24 +00:00
parent f1a6a59db2
commit b736c2445b
No known key found for this signature in database
GPG key ID: 7822D1CB748879A9

View file

@ -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():