Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vinavintechno authored Jun 27, 2022
1 parent b7419db commit 8219a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from flask import Flask

PORT = 8000
MESSAGE = "Hello, world! \n This is flask app(v-2.0.3). \n"
MESSAGE = "Hello, world! \n This is flask app(v-2.0.4). \n"

app = Flask(__name__)

Expand Down

0 comments on commit 8219a34

Please sign in to comment.