fix marbas proxy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { apiAxiosInstance } from "@/service";
|
||||
import { marbasAxiosInstance } from "@/service";
|
||||
|
||||
export type ReprocessItemValues = {
|
||||
typeID: number;
|
||||
@@ -22,7 +22,7 @@ export const reprocess = async (items: string, minerals: string, efficiency?: nu
|
||||
};
|
||||
const source = JSON.stringify(sourceJson);
|
||||
|
||||
const response = await apiAxiosInstance.post('/reprocess/', source, {params: {efficiency: efficiency ?? 0.55}});
|
||||
const response = await marbasAxiosInstance.post('/reprocess/', source, {params: {efficiency: efficiency ?? 0.55}});
|
||||
|
||||
return response.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user