Skip to content

Commit

Permalink
Apologies for thrashing, use "model" instead of "application".
Browse files Browse the repository at this point in the history
COLLADA also uses "model".  Talked this over with
@shunter and @mramato
  • Loading branch information
emackey committed May 22, 2015
1 parent 602fcf1 commit 3a5eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<remove fileExtension=".gltf" />
<mimeMap fileExtension=".gltf" mimeType="application/json" />
<remove fileExtension=".bgltf" />
<mimeMap fileExtension=".bgltf" mimeType="application/vnd.gltf.binary" />
<mimeMap fileExtension=".bgltf" mimeType="model/vnd.gltf.binary" />
<remove fileExtension=".json" />
<mimeMap fileExtension=".json" mimeType="application/json" />
<remove fileExtension=".geojson" />
Expand Down

0 comments on commit 3a5eb85

Please sign in to comment.