mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-30 04:22:49 +00:00
deployment aangepast en betere urls, kweet nie waarom het niet werkt, kga terug efkes focusse op pipeline te laten werken
This commit is contained in:
@@ -14,7 +14,7 @@ def doRequest(path):
|
||||
return "None"
|
||||
|
||||
|
||||
@app.route('/get')
|
||||
@app.route('/server-d/get')
|
||||
def get():
|
||||
with open("test.txt", "r") as infile:
|
||||
return 'we have something: ' + '\n '.join(infile.readlines())
|
||||
|
1
serverD/requirements.txt
Normal file
1
serverD/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
Flask
|
Reference in New Issue
Block a user