diff --git a/second.py b/second.py index 743481f..11a5c81 100644 --- a/second.py +++ b/second.py @@ -48,7 +48,7 @@ def index(): return render_template("second/index.html", apps=[app for app in APPS]) -@app.route("/") +@app.route("/config/") def app_config(app_name): if app_name == "gitea": form = GiteaConfigForm() diff --git a/templates/second/index.html b/templates/second/index.html index 3365ddd..d049c19 100644 --- a/templates/second/index.html +++ b/templates/second/index.html @@ -9,7 +9,7 @@

List of apps that can be installed:

{% endfor %}