Changed Bas URL
This commit is contained in:
@@ -13,12 +13,12 @@ const bicBankToAdd = ref("")
|
||||
const bankData = ref({})
|
||||
const reqData = ref({})
|
||||
|
||||
const axiosBaseUrl = "https://backend.spaces.software"
|
||||
const axiosBaseUrl = "https://backend.fedeo.de"
|
||||
|
||||
const setupPage = async () => {
|
||||
if(route.query.reqId) {
|
||||
if(route.query.ref) {
|
||||
const {data,error} = await axios({
|
||||
url:`${axiosBaseUrl}/banking/requisitions/${route.query.reqId}`,
|
||||
url:`${axiosBaseUrl}/banking/requisitions/${route.query.ref}`,
|
||||
method: "GET",
|
||||
auth: {
|
||||
username: "frontend",
|
||||
|
||||
Reference in New Issue
Block a user