1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +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,5 +1,5 @@
import { NowResponse } from '@vercel/node';
import nodeFetch from 'isomorphic-unfetch';
import nodeFetch from 'cross-fetch';
export type HttpMethod =
| 'GET'