From e2cecf1ad64ddb3d44f7f1235431b7e6654690a9 Mon Sep 17 00:00:00 2001 From: sexypoo Date: Sun, 11 May 2025 01:55:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A3=A8=ED=8A=B8=20url=EC=97=90=20=EB=9D=BC?= =?UTF-8?q?=EC=9A=B0=ED=8C=85=EB=90=98=EB=8A=94=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=96=88=EC=8A=B5?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index a21bd0e..5f359e7 100644 --- a/app.py +++ b/app.py @@ -8,7 +8,7 @@ @app.route("/") # 루트 URL에 대한 라우팅 설정 def hello(): - return "Hello, World!" # 브라우저에 출력될 텍스트 + return "bye bye world!" # 브라우저에 출력될 텍스트 if __name__ == "__main__": app.run(debug=True) # 개발 서버 실행 (디버그 모드)