Skip to content

Commit 209ea52

Browse files
author
Sabinkari Rahul
committed
initial commit
1 parent 4200e8c commit 209ea52

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 index():
7-
return "<h1> Hello rahul </h1>"
7+
return "<h1> Welcome Rahul </h1>"
88

99
@app.route('/<name>/')
1010
def name(name):

0 commit comments

Comments
 (0)