6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
RENDER(Request& context)
|
|
{
|
|
context.set_status(302, "Found");
|
|
context.header["Location"] = "/info/";
|
|
}
|