Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraHadjAli committed Dec 23, 2023
1 parent b68f0df commit 7d08ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@app.route('/')
def hello():
# return 'Hello, World!'
return 'Bienvenu dans mon mini projet Armstrong ..'
return 'Bienvenu dans notre mini projet Armstrong ..'

if __name__ == '__main__':
app.run(debug=True, port=8080)

0 comments on commit 7d08ae4

Please sign in to comment.