Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 14, 2019
2 parents 6db6ec4 + d897fd6 commit 4bdc08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ snapshots_knee_grading/*
snapshots_release_kneel/*
deepknee-frontend/*
deepknee-backend-broker/*
logs/*
logs/*
.git/
3 changes: 2 additions & 1 deletion deepknee-backend-broker/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ io.on('connection', async (socket) => {
console.log('Got a DICOM file');
socket.emit('dicom_received', {});
socket.emit('processing_by_kneel', {});
let base64_processed = dicom_base64.file_blob.split(',').pop();

let base64_processed = dicom_base64.file_blob.split(',').pop()

response = await request(kneel_url_bilateral, {
method: 'POST',
Expand Down

0 comments on commit 4bdc08f

Please sign in to comment.