Skip to content

Commit

Permalink
added gltf MimeType
Browse files Browse the repository at this point in the history
  • Loading branch information
rahelarnold98 committed Mar 21, 2024
1 parent 699bbe7 commit cb6aaa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ enum class MimeType(val fileExtension: String, val mimeType: String, val mediaTy
STL("stl", "application/3d-stl", MediaType.MESH),
OBJ("obj", "application/3d-obj", MediaType.MESH),
OFF("off", "application/3d-off", MediaType.MESH),
GLTF("gltf", "model/gltf+json", MediaType.MESH),



Expand Down

0 comments on commit cb6aaa1

Please sign in to comment.