Slon/Endpoints/Get/Web: Set correct MIME type for about.html
This commit is contained in:
parent
a84ddb4ec1
commit
75787090d2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if (String.BeginsWith("/@", session->path())) {
|
|||
}
|
||||
|
||||
if (!StrICmp("/about", session->path())) {
|
||||
@slon_http_send_file(session, "M:/Slon/Static/html/about.html");
|
||||
@slon_http_send_html_file(session, "M:/Slon/Static/html/about.html");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue