fixed timeout issue

This commit is contained in:
2022-07-22 23:25:15 +02:00
parent c72678b578
commit 15032bba2d
+1 -1
View File
@@ -4,7 +4,7 @@ const SERVER_URL = 'http://localhost:9000'
const instance = axios.create({
baseURL : SERVER_URL,
timeout: 1000
timeout: 0
})
export default {