Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KlimDos authored Apr 26, 2024
1 parent 89b78d1 commit 406fbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
app = Flask(__name__)


@app.route("/")
@app.route("/bank")
def home():
return render_template("index.html")

Expand All @@ -41,7 +41,7 @@ def login():
return render_template("login.html")


@app.route("/radio")
@app.route("/")
def radio():
return render_template("radio.html", build=build)

Expand Down

0 comments on commit 406fbf3

Please sign in to comment.