Skip to content

Commit f76d580

Browse files
authored
Update app.py
1 parent 92ce439 commit f76d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
metrics = PrometheusMetrics(app)
66
@app.route('/')
77
def hello():
8-
return "Hello from DevOps on Azure VM with CI/CD!"
8+
return "Hello from DevOps on Azure VM with CI/CD! - Done by manikarthik"
99

1010
if __name__ == '__main__':
1111
app.run(host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)