diff --git a/Slon/Endpoints/Get/Web.HC b/Slon/Endpoints/Get/Web.HC index e373d5e..b77d3f3 100644 --- a/Slon/Endpoints/Get/Web.HC +++ b/Slon/Endpoints/Get/Web.HC @@ -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; }