From db1b49531da7321805a57995bffe11a3f2d3e01c Mon Sep 17 00:00:00 2001 From: KYEONGMIN CHO Date: Tue, 4 Apr 2023 16:31:47 +0900 Subject: [PATCH 1/2] Update index.html --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6186fcc..985b666 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@

Flask

클라우드타입에서 배포한 Flask 어플리케이션입니다.

-
- \ No newline at end of file + From c6f4d951163df8234d249a88f703d3473244b24b Mon Sep 17 00:00:00 2001 From: sanghung001 <140505641+sanghung001@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:52:38 +0900 Subject: [PATCH 2/2] app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 92e5834..b65c5f7 100644 --- a/app.py +++ b/app.py @@ -3,5 +3,5 @@ app = Flask(__name__) @app.route("/") -def index(): - return render_template('./index.html') \ No newline at end of file +def hello(): + return 'Hello, Flask!'