From 40ac3ff757ff04418d2e1b4f004fe3954b61218a Mon Sep 17 00:00:00 2001 From: iesango Date: Wed, 21 May 2025 16:50:21 +0200 Subject: [PATCH] Update wsgi.py Prueba --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index aadc832d..37bc748b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/") def hello(): - return "Hello World!" + return "¡¡Hello OpenShift Iván!!" if __name__ == "__main__": application.run()