mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 17:55:36 +00:00
add not found text
This commit is contained in:
parent
53dc94d107
commit
94adf2fe10
1 changed files with 5 additions and 1 deletions
|
|
@ -698,11 +698,15 @@ $server->setHandler(
|
|||
}
|
||||
}
|
||||
|
||||
// Route not found
|
||||
// Not found
|
||||
$response->setCode(
|
||||
51
|
||||
);
|
||||
|
||||
$response->setMeta(
|
||||
$config->string->nothing
|
||||
);
|
||||
|
||||
return $response;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue