Skip to content

Commit f08d77a

Browse files
committed
feat: deploy
1 parent ec101d0 commit f08d77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/waitlist/subscribe/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function POST(request: NextRequest) {
77
const backendUrl =
88
process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000/api';
99

10-
const response = await fetch(`${backendUrl}/newsletter/subscribe`, {
10+
const response = await fetch(`${backendUrl}/waitlist/subscribe`, {
1111
method: 'POST',
1212
headers: {
1313
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)