mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +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('/')
|
||||
def doRequest():
|
||||
return "it works"
|
||||
|
||||
@app.route('/check')
|
||||
def itWorks():
|
||||
return requests.get(URL).json()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user