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 ec101d0 commit f08d77aCopy full SHA for f08d77a
1 file changed
app/api/waitlist/subscribe/route.ts
@@ -7,7 +7,7 @@ export async function POST(request: NextRequest) {
7
const backendUrl =
8
process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000/api';
9
10
- const response = await fetch(`${backendUrl}/newsletter/subscribe`, {
+ const response = await fetch(`${backendUrl}/waitlist/subscribe`, {
11
method: 'POST',
12
headers: {
13
'Content-Type': 'application/json',
0 commit comments