Zaktualizuj 'hello.py'

This commit is contained in:
Tomasz Chady 2023-05-31 12:06:48 +02:00
parent bceb1910f4
commit f58e84afa7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def main():
return 'Hello World! 5', 200
return 'Hello World! 6', 200
if __name__ == '__main__':
import os