Slon/Endpoints/Get/Web: Remove some test data

This commit is contained in:
Alec Murphy 2025-03-04 15:12:49 -05:00
parent 9ed7e1c1e3
commit f1d78783a3

View file

@ -16,12 +16,6 @@ if (String.EndsWith(".js", session->path())) {
return;
}
if (!StrICmp("/alec.png", session->path())) {
session->content_type("image/png");
@slon_http_send_file(session, "A:/avatar-circle-4bpp.png");
return;
}
if (String.BeginsWith("/@", session->path())) {
@slon_web_user_get(session);
return;