Skip to content
Snippets Groups Projects
Commit 1e25d211 authored by julientaq's avatar julientaq
Browse files

test with elife data

parent 8425ac7e
No related branches found
No related tags found
1 merge request!2Real test
Showing with 2 additions and 2 deletions
.DS_Store 0 → 100644
File added
......@@ -19,7 +19,7 @@ const pdfHandler = async (zipPath, outputPath, filename) => {
const form = new FormData();
form.append("zip", fs.createReadStream(zipPath));
console.log("server", serverUrl);
console.log("the server is:", serverUrl);
return new Promise((resolve, reject) => {
axios({
method: "post",
......@@ -42,7 +42,7 @@ const pdfHandler = async (zipPath, outputPath, filename) => {
})
.catch(async (err) => {
const { response } = err;
console.log("aaaaaaa", err);
console.log("there is an error here: ", err);
if (!response) {
return reject(new Error(`Request failed with message: ${err.code}`));
}
......
File added
No preview for this file type
test/482974v1_fig1.jpg

94 KiB

test/482974v1_fig10.jpg

72.7 KiB

test/482974v1_fig2.jpg

116 KiB

test/482974v1_fig3.jpg

97.5 KiB

test/482974v1_fig4.jpg

87.3 KiB

test/482974v1_fig5.jpg

67.7 KiB

test/482974v1_fig6.jpg

93.6 KiB

test/482974v1_fig7.jpg

49.5 KiB

test/482974v1_fig8.jpg

101 KiB

test/482974v1_fig9.jpg

139 KiB

test/482974v1_tbl1.jpg

62.3 KiB

test/482974v1_tbl2.jpg

42.4 KiB

test/482974v1_tbl3.jpg

47.2 KiB

File added
File added
File added
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment