mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +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