File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929publish : clean copy-examples
3030 mkdir -p build
3131 npm run publish 2> /dev/null
32- poetry run python scripts/validate_oas_examples.py
32+ # poetry run python scripts/validate_oas_examples.py
3333
3434copy-examples :
3535 scripts/copy_examples_from_sandbox.sh
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ module.exports = [
88 path : '/ObjectStore/RetrieveBinary/{fileDownloadUuid}' ,
99 handler : ( request , h ) => {
1010
11+ console . log ( "Here's your attachment." )
1112 const uuid = request . params . fileDownloadUuid
12- const exampleResponsePath = 'retrieveAttachment/responses /example_attachment.pdf'
13+ const exampleResponsePath = '. /example_attachment.pdf'
1314 const filename = 'example_attachment.pdf'
1415 const responseCode = 200
1516
You can’t perform that action at this time.
0 commit comments