1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: location based domain suggestion

This commit is contained in:
2021-02-25 15:13:15 +09:00
parent 7fbc430949
commit 73de4dd7ca
31 changed files with 1674 additions and 1499 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'