Slon/Endpoints/Get/Web: Remove some test data
This commit is contained in:
parent
9ed7e1c1e3
commit
f1d78783a3
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue