Skip to content

Commit

Permalink
Remove duplicate octet-stream from server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzan10 committed Jun 19, 2017
1 parent 4ca3aa6 commit 2b4b1c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
var mime = express.static.mime;
mime.define({
'application/json' : ['czml', 'json', 'geojson', 'topojson'],
'application/octet-stream' : ['b3dm', 'i3dm', 'pnts', 'cmpt'],
'image/crn' : ['crn'],
'image/ktx' : ['ktx'],
'model/gltf+json' : ['gltf'],
Expand Down

0 comments on commit 2b4b1c5

Please sign in to comment.