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:
2020-03-05 10:14:27 +01:00
parent 29fdb950f1
commit d252a2a466
3 changed files with 6 additions and 3 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
Flask