We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3b6a0 commit 11c244fCopy full SHA for 11c244f
src/app/api/slack/route.ts
@@ -1,7 +1,7 @@
1
import { NextResponse } from 'next/server';
2
3
const slackWebhookList = [
4
- 'https://hooks.slack.com/services/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',
+ 'https://hooks.slack.com/services/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',
5
];
6
7
export async function POST(request: Request) {
0 commit comments