Skip to content

Commit 14601d3

Browse files
fix redirect (#1523)
1 parent e125436 commit 14601d3

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/app/api/callback/pagerduty

1 file changed

+1
-1
lines changed

apps/web/src/app/api/callback/pagerduty/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function GET(request: Request) {
1010
process.env.NODE_ENV === "development" // FIXME: This sucks
1111
? "http://localhost:3000"
1212
: "https://app.openstatus.dev"
13-
}/notifiers?${searchParams}&channel=pagerduty`;
13+
}/notifications?${searchParams}&channel=pagerduty`;
1414

1515
const WWW_URL = `${
1616
process.env.NODE_ENV === "development" // FIXME: This sucks

0 commit comments

Comments
 (0)