mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
Update app.py
This commit is contained in:
@@ -7,6 +7,7 @@ app = Flask(__name__)
|
||||
def doRequest():
|
||||
data = {
|
||||
"serverName": "serverB",
|
||||
"version": "master",
|
||||
"success": "true"
|
||||
}
|
||||
return jsonify(data)
|
||||
|
Reference in New Issue
Block a user