Skip to content

Commit 7e51052

Browse files
committed
'
1 parent 2c92bb8 commit 7e51052

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
@@ -2,6 +2,6 @@
22
app = Flask(__name__)
33
@app.route('/')
44
def index():
5-
return 'Yo, it's working!'
5+
return 'Yo, its working!'
66
if __name__ == "__main__":
77
app.run()

0 commit comments

Comments
 (0)