setting up mock data fetch and model building on client
blocked by sample JSON data not matching switch configuration specification
diff --git a/web/restapi2.py b/web/restapi2.py
index 7efbf88..93404b4 100755
--- a/web/restapi2.py
+++ b/web/restapi2.py
@@ -32,6 +32,7 @@
 @app.route('/ons-demo/js/<filename>', methods=['GET'])
 @app.route('/ons-demo/css/<filename>', methods=['GET'])
 @app.route('/ons-demo/assets/<filename>', methods=['GET'])
+@app.route('/ons-demo/data/<filename>', methods=['GET'])
 def return_file(filename="index.html"):
   if request.path == "/":
     fullpath = "./index.html"