Skip to content

Commit

Permalink
Fix deprecation message in BMC api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JMPerez committed Dec 22, 2023
1 parent 86e479d commit d014c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/api/buymecoffee.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as cheerio from 'cheerio';

import { NextApiRequest, NextApiResponse } from 'next';

import axios from 'axios';
import cheerio from 'cheerio';

const BuyMeACoffee = async (_req: NextApiRequest, res: NextApiResponse) => {
const url = 'https://www.buymeacoffee.com/jmp';
Expand Down

1 comment on commit d014c7e

@vercel
Copy link

@vercel vercel bot commented on d014c7e Dec 22, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.