Changed Bas URL

This commit is contained in:
2024-07-04 18:28:10 +02:00
parent 10c6e72d87
commit 669f50de6c

View File

@@ -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",