ledger gemory draft
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { logResource } from "@/service";
|
||||
import axios from "axios";
|
||||
|
||||
export const mammonAxiosInstance = axios.create({
|
||||
baseURL: import.meta.env.VITE_MAMMON_URL,
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
})
|
||||
logResource(mammonAxiosInstance)
|
||||
Reference in New Issue
Block a user