We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e125436 commit 14601d3Copy full SHA for 14601d3
apps/web/src/app/api/callback/pagerduty/route.ts
@@ -10,7 +10,7 @@ export async function GET(request: Request) {
10
process.env.NODE_ENV === "development" // FIXME: This sucks
11
? "http://localhost:3000"
12
: "https://app.openstatus.dev"
13
- }/notifiers?${searchParams}&channel=pagerduty`;
+ }/notifications?${searchParams}&channel=pagerduty`;
14
15
const WWW_URL = `${
16
0 commit comments