init
This commit is contained in:
3
app/http/http.ts
Normal file
3
app/http/http.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import axios from 'axios';
|
||||
|
||||
export const http = axios.create();
|
||||
1
app/http/index.ts
Normal file
1
app/http/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './http';
|
||||
Reference in New Issue
Block a user