Skip to content

Commit

Permalink
ok ret
Browse files Browse the repository at this point in the history
  • Loading branch information
leog committed Jun 30, 2023
1 parent 3b07894 commit 57e14c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/generateRss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)

try {
await generateRssFeed();
return res.status(201).json({ error: '' });
} catch (error) {
return res.status(500).json({ error: error.message || error.toString() });
}
Expand Down

1 comment on commit 57e14c8

@vercel
Copy link

@vercel vercel bot commented on 57e14c8 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

208club-uy – ./

208club-uy-leog.vercel.app
208-uy.vercel.app
208club-uy-git-main-leog.vercel.app
208club.uy
208.uy
www.208.uy

Please sign in to comment.