add autocomplete

This commit is contained in:
ilia 2022-10-22 03:05:25 +03:00
parent 6f7d42ce48
commit 5da4a3f3f2

View File

@ -6,7 +6,6 @@ export const fetcher = axios.create(
{ {
baseURL: host, baseURL: host,
timeout: 5000, timeout: 5000,
} }
) )