improved content types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function getContentTypeByExtension(extension: string) {
|
||||
export function getContentTypeByExtension(extension?: string) {
|
||||
switch (extension) {
|
||||
case "html":
|
||||
case "htm":
|
||||
|
Reference in New Issue
Block a user