fix: server use isomorphic-fetch

This commit is contained in:
2022-09-30 19:32:40 -05:00
committed by GitHub
parent c69a166c1f
commit 864ff91255
3 changed files with 46 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
import fetch from 'isomorphic-fetch'
import { NextApiRequest, NextApiResponse } from 'next'
import nextConnect from 'next-connect'