extend the configuration with the runway assignments

This commit is contained in:
Sven Czarnian
2021-11-16 12:35:18 +01:00
parent 03483953c5
commit 09fdf42255

1
app.py
View File

@@ -131,6 +131,7 @@ def configure():
if False == config.addDependency(dependency[0], dependency[1]):
return Response('{}', status=404, mimetype='application/json')
airport.Configuration.assignmentUpdate(config)
airport.configure(config)
return Response('{}', status=200, mimetype='application/json')