Skip to content

Commit

Permalink
Changed route to match prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhvinder Bhullar authored and Sukhvinder Bhullar committed Dec 17, 2024
1 parent 110f1a1 commit e2134f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Frontend/Dfe.Complete/Constants/RouteConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class RouteConstants

// Conversion
public const string ConversionProject = "/conversion-projects/{0}";
public const string CreateNewConversionProject = "/projects/conversion-projects/new";
public const string CreateNewConversionProject = "/projects/conversions/new";
public const string ConversionProjectTaskList = ConversionProject + "/tasks";
public const string ConversionProjectAbout = ConversionProject + "/information";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/projects/conversion-projects/new"
@page "/projects/conversions/new"
@model Dfe.Complete.Pages.Projects.Conversion.CreateNewProjectModel
@{
ViewData["Title"] = "Add a conversion";
Expand Down

0 comments on commit e2134f5

Please sign in to comment.