use correct api path

This commit is contained in:
Jacob Overgaard
2023-01-04 13:36:55 +01:00
parent c2d93f0181
commit cabfe6d3b0

View File

@@ -72,7 +72,7 @@ export const handlers = [
);
}),
rest.post(umbracoPath('/install/validateDatabase'), async (req, res, ctx) => {
rest.post(umbracoPath('/install/validate-database'), async (req, res, ctx) => {
const body = await req.json<DatabaseInstall>();
if (body.name === 'validate') {