Skip to content

Commit

Permalink
fix next api returning value warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Jan 13, 2025
1 parent 99928e0 commit 671828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/gfw-data/[...params].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const config = {
};

export default (req, res) => {
return httpProxyMiddleware(req, res, {
httpProxyMiddleware(req, res, {
target: process.env.GFW_API,
pathRewrite: [
{
Expand Down

0 comments on commit 671828f

Please sign in to comment.