Skip to content

Commit cef63c8

Browse files
Changes Made
1 parent eb466f2 commit cef63c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@app.route("/")
66
def home():
7-
return "Hello Yash from Azure Web App running Python 3.13!"
7+
return "Yo! i made a change"
88

99
if __name__ == "__main__":
1010
app.run(host='0.0.0.0', port=8000)

0 commit comments

Comments
 (0)