We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee696e4 commit c567d79Copy full SHA for c567d79
1 file changed
src/app.py
@@ -18,7 +18,7 @@ def hello(name):
18
# '/api/v1/details'
19
@app.route('/api/v1/details')
20
def details():
21
- msg = 'Hello, there!'
+ msg = 'Oye beratna!'
22
json_data = {
23
"message": msg,
24
"time": datetime.datetime.now().strftime("%H:%M:%S on %B %d, %Y"),
0 commit comments