Skip to content

Commit f8d66e8

Browse files
committed
made a change to kick off a build
1 parent 5ae95ab commit f8d66e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def root():
1313
# '/<name>'
1414
@app.route("/<name>")
1515
def hello(name):
16-
return f"Hello, {escape(name)}. What are you up to today? "
16+
return f"Hello, {escape(name)}. What are you up to today? Anything fun?"
1717

1818
# '/api/v1/details'
1919
@app.route('/api/v1/details')

0 commit comments

Comments
 (0)