mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Slon/Endpoints/Get/Web: Set correct MIME type for about.html
This commit is contained in:
@@ -31,7 +31,7 @@ if (String.BeginsWith("/@", session->path())) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!StrICmp("/about", 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user