X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Frest%2Frest_api_endpoint.py;h=d2abde85f670403d6c7c846596e027253c80cc10;hb=refs%2Ftags%2Fv7.1.0rc5;hp=b9c11ab617c4a083b32830443d0bb6de34ee397d;hpb=d87400255e1997f85b9cdebc583811b70cca4ab7;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/rest/rest_api_endpoint.py b/src/emuvim/api/rest/rest_api_endpoint.py index b9c11ab..d2abde8 100755 --- a/src/emuvim/api/rest/rest_api_endpoint.py +++ b/src/emuvim/api/rest/rest_api_endpoint.py @@ -69,6 +69,7 @@ class RestApiEndpoint(object): # define dashboard endpoints db_dir, db_file = self.get_dashboard_path() + @self.app.route('/dashboard/') def db_file(path): logging.info("[DB] Serving: {}".format(path))