diff --git a/test-server/http.js b/test-server/http.js index 04eed05..752a85c 100644 --- a/test-server/http.js +++ b/test-server/http.js @@ -12,7 +12,7 @@ serve({ json = JSON.stringify(GetSVGLayoutConfiguration()); } else if (url.pathname === 'FillHoleWithChassis') { json = JSON.stringify(FillHoleWithChassis(request)); - } else if (url.pathname === 'FillHoleWithChassis') { + } else if (url.pathname === 'SplitRemplissage') { json = JSON.stringify(SplitRemplissage(request)); } else { // TODO: Return 404 rather than this