We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef79565 commit f7bc2f3Copy full SHA for f7bc2f3
src/services/BaseService.ts
@@ -15,7 +15,7 @@ export default class BaseService {
15
16
constructor(token: string, apiUrl?: string) {
17
this.api = axios.create({
18
- baseURL: apiUrl || 'https://api.aave.com',
+ baseURL: apiUrl || 'https://ethdenver-api.aave.com/',
19
headers: { Authorization: `Bearer ${token}` }
20
})
21
}
0 commit comments