mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
die pods wille maar nie geexposed worde
This commit is contained in:
@@ -8,6 +8,10 @@ URL = "http://server-check:6000"
|
|||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def doRequest():
|
def doRequest():
|
||||||
|
return "it works"
|
||||||
|
|
||||||
|
@app.route('/check')
|
||||||
|
def itWorks():
|
||||||
return requests.get(URL).json()
|
return requests.get(URL).json()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user