mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 11:34:30 +03:00
repositioned githubApi.ts
This commit is contained in:
parent
1d54c08631
commit
83345c8ebb
8
src/config/githubApi.ts
Normal file
8
src/config/githubApi.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import axios from 'axios';
|
||||||
|
|
||||||
|
|
||||||
|
const githubApi = axios.create({
|
||||||
|
baseURL: 'https://api.github.com/repos/ecency/ecency-mobile/',
|
||||||
|
});
|
||||||
|
|
||||||
|
export default githubApi;
|
Loading…
Reference in New Issue
Block a user