Skip to content

Commit

Permalink
Merge branch '432-articulate-501-causes-all-node-urls-' into release/…
Browse files Browse the repository at this point in the history
…5.0.2-beta
  • Loading branch information
nvisage-gf committed Dec 25, 2023
2 parents 92aa1b2 + 13e9dd9 commit 65e10de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void Configure(UmbracoPipelineOptions options)
endpoints.MapDynamicControllerRoute<ArticulateRouteValueTransformer>(
"/{any}/{**slug}",
null,
100); // Ensure it runs AFTER Umbraco so that we can check if things are already matched.
1000); // Ensure it runs AFTER Umbraco so that we can check if things are already matched.
})
});
}
Expand Down

0 comments on commit 65e10de

Please sign in to comment.