mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 11:47:47 +02:00
pas2js: fixed compileserver default mime type html
This commit is contained in:
parent
8e46daef77
commit
dde70ea568
@ -285,7 +285,7 @@ end;
|
||||
procedure THTTPCompilerApplication.LoadDefaultMimeTypes;
|
||||
begin
|
||||
MimeTypes.AddType('application/xhtml+xml','xhtml;xht');
|
||||
MimeTypes.AddType('text/html','htmll;htm');
|
||||
MimeTypes.AddType('text/html','html;htm');
|
||||
MimeTypes.AddType('text/plain','txt');
|
||||
MimeTypes.AddType('application/javascript','js');
|
||||
MimeTypes.AddType('text/plain','map');
|
||||
|
Loading…
Reference in New Issue
Block a user