mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Slon/Endpoints/Get/Web: Remove some test data
This commit is contained in:
@@ -16,12 +16,6 @@ if (String.EndsWith(".js", session->path())) {
|
|||||||
return;
|
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())) {
|
if (String.BeginsWith("/@", session->path())) {
|
||||||
@slon_web_user_get(session);
|
@slon_web_user_get(session);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user