Skip to content

Commit f7bc2f3

Browse files
committed
fix(services): update produtcion API url
1 parent ef79565 commit f7bc2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/BaseService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class BaseService {
1515

1616
constructor(token: string, apiUrl?: string) {
1717
this.api = axios.create({
18-
baseURL: apiUrl || 'https://api.aave.com',
18+
baseURL: apiUrl || 'https://ethdenver-api.aave.com/',
1919
headers: { Authorization: `Bearer ${token}` }
2020
})
2121
}

0 commit comments

Comments
 (0)