feat: Add tools curl page
All checks were successful
Build Docker / BuildImage (push) Successful in 55s

This commit is contained in:
2025-10-26 18:19:49 +11:00
parent f783b2528c
commit 2d0310db9f
3 changed files with 21 additions and 4 deletions

View File

@@ -685,6 +685,8 @@ def resume_pdf():
@app.route("/tools")
def tools():
if isCurl(request):
return curl_response(request)
return render_template("tools.html", tools=get_tools_data())
# endregion