1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00
This commit is contained in:
2020-09-17 15:40:42 +09:00
parent 7fbc430949
commit 8609981581
32 changed files with 310 additions and 369 deletions

View File

@@ -1,6 +1,6 @@
import { send, sendError } from '../../../util/http';
import { NowRequest, NowResponse } from '@vercel/node';
import nodeFetch from 'isomorphic-unfetch';
import nodeFetch from 'cross-fetch';
import { send, sendError } from '../../../util/http';
export default async function handler(
req: NowRequest,