Fixed #41 - Add option to hide roadmap
Compare changes
- #41 - minor fixesRobert Goldmann authored
+ 28
− 10
@@ -10,24 +10,41 @@ from logic.RequestValidator import RequestValidator, ValidationError
@@ -10,24 +10,41 @@ from logic.RequestValidator import RequestValidator, ValidationError
@@ -82,8 +99,11 @@ def construct_blueprint(database):
@@ -82,8 +99,11 @@ def construct_blueprint(database):
@@ -91,11 +111,9 @@ def construct_blueprint(database):
@@ -91,11 +111,9 @@ def construct_blueprint(database):
return jsonify({'success': False, 'msg': "No roadmap with ID '{}' existing".format(roadmapID)}), 400