mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 12:16:01 +00:00
introduced yarn workspace
This commit is contained in:
5
packages/web/src/utility/axios.js
Normal file
5
packages/web/src/utility/axios.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import axios from 'axios';
|
||||
|
||||
export default axios.create({
|
||||
baseURL: 'http://localhost:3000',
|
||||
});
|
||||
Reference in New Issue
Block a user