Details
Description
The spec for the response should look like:
{ status: "complete", url: "http://localhost:8080/library/'bookName'/export/pdf/type1"}However, the following is currently being returned.
{"status": "complete", "downloadSRC": "/library/book/images/pdf/Decapod.pdf"}Notice that the key for the url should be "url" instead of "downloadSRC". Also, the url is relative instead of a full path.