Skip to content

Commit

Permalink
Moo!
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin op iMac committed Oct 31, 2023
1 parent 0789457 commit 9a269a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def index():

@app.route('/cow')
def cow():
return 'MOoooOo!'
return 'MOoooOo! MOoooOo! MOoooOo!'

def add_numbers(a, b):
return a + b

0 comments on commit 9a269a5

Please sign in to comment.