Made Mission marker DB compatible
This commit is contained in:
9
apps/dispatch/app/helpers/axios.ts
Normal file
9
apps/dispatch/app/helpers/axios.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import axios from "axios";
|
||||
|
||||
export const serverApi = axios.create({
|
||||
baseURL: process.env.NEXT_PUBLIC_DISPATCH_SERVER_URL,
|
||||
timeout: 10000,
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user