diff --git a/pages/api/fetch.ts b/pages/api/fetch.ts index 93c9597..67cb75a 100644 --- a/pages/api/fetch.ts +++ b/pages/api/fetch.ts @@ -5,7 +5,5 @@ import { host } from "./consts" export const fetcher = axios.create( { baseURL: host, - timeout: 1000, } ) -