Browse Source

[Modify] Polish it

pull/148/merge
sta 10 years ago
parent
commit
9c03d1e8e3
  1. 3
      Example3/Program.cs

3
Example3/Program.cs

@ -71,8 +71,7 @@ namespace Example3
res.ContentType = "text/html";
res.ContentEncoding = Encoding.UTF8;
}
if (path.EndsWith (".js")) {
else if (path.EndsWith (".js")) {
res.ContentType = "application/javascript";
res.ContentEncoding = Encoding.UTF8;
}

Loading…
Cancel
Save