Skip to content

Commit 7a1ce15

Browse files
committed
fix: testing
1 parent 5377dd6 commit 7a1ce15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class CoCreateFileSystem {
9999
'Content-Type': contentType,
100100
'Content-Length': file.length
101101
});
102+
console.log('before media', contentType)
102103
res.send(file);
103104
} else if (contentType === 'text/html') {
104105
try {

0 commit comments

Comments
 (0)