Added comment for testing

This commit is contained in:
2025-12-23 09:53:18 -03:00
parent 5b88979921
commit af56dffae4

1
app.py
View File

@@ -14,6 +14,7 @@ ALG_PREFIX = {
'sha256': '$5$', 'sha256': '$5$',
} }
# The main route
@app.route('/') @app.route('/')
def index(): def index():
return render_template('index.html') return render_template('index.html')