Skip to content

Commit

Permalink
slightly better naming convention for division slug in NR
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Nov 14, 2024
1 parent 3715b42 commit d53cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports.config = {
{ pattern: "/api/homepage", name: "Nextjs/GET//api/homepage" },
{ pattern: "/api/feedback", name: "Nextjs/POST//api/feedback" },
{ pattern: "/api/featuredItem", name: "Nextjs/GET//api/featuredItem" },
{ pattern: "/divisions/*", name: "/Nextjs/GET/divisions/[slug]/" },
{ pattern: "/divisions/*", name: "/Nextjs/GET//divisions/" },
{ pattern: "/divisions", name: "Nextjs/GET//divisions" },
{ pattern: "/about", name: "Nextjs/GET//about" },
{ pattern: "/404", name: "Nextjs/GET//404" },
Expand Down

0 comments on commit d53cd00

Please sign in to comment.