Jaime Ramírez
2020-06-18 a380a59ec11502725b79b2073822d95f0b1a7ab2
adopt-a-pup/web-app/src/Services/RESTService.ts
@@ -9,7 +9,7 @@
    constructor(
        baseURL: string,
        private readonly remoteServiceName: string,
        private readonly timeoutMs = 3000
        private readonly timeoutMs = 10000
    ) {
        this.axiosInstance = Axios.create({ baseURL });
    }