changes
This commit is contained in:
@@ -1516,9 +1516,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
}
|
||||
|
||||
try {
|
||||
const response = await $fetch(url.toString(), {
|
||||
method: "GET",
|
||||
});
|
||||
const response = await $fetch(url.toString());
|
||||
|
||||
if (response && response.pdf) {
|
||||
const pdfUrl = `${apiBaseUrl}static/contract/${response.pdf}`;
|
||||
|
||||
Reference in New Issue
Block a user