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!' 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 +