diff --git a/deploy/datasets/index.js b/deploy/datasets/index.js index 0806d704877a301a22122039646953f8ed892d8a..ecba4a1791f810442b622f238f433fd52c50eda7 100644 --- a/deploy/datasets/index.js +++ b/deploy/datasets/index.js @@ -24,7 +24,7 @@ datasetsRouter.get('/templateName/:templateName', (req, res, next) => { next({ code: 500, error, - trace: 'parcellationName' + trace: 'templateName' }) }) }) diff --git a/src/index.html b/src/index.html index a1ec5a948ad00af6780ff79c4efafa4e677988e5..3a45da9bca5a8f7038f93470f1089bdfe3d696b6 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,6 @@ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <link rel = "stylesheet" href = "extra_styles.css"> <link rel = "stylesheet" href = "plugin_styles.css"> - <link href="node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css" rel="stylesheet"> <title>Interactive Atlas Viewer</title> </head> <body>