mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-12 08:07:53 +00:00
add not found text
This commit is contained in:
parent
53dc94d107
commit
94adf2fe10
@ -698,11 +698,15 @@ $server->setHandler(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Route not found
|
// Not found
|
||||||
$response->setCode(
|
$response->setCode(
|
||||||
51
|
51
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$response->setMeta(
|
||||||
|
$config->string->nothing
|
||||||
|
);
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user