mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-26 06:45:09 +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(
|
||||
51
|
||||
);
|
||||
|
||||
$response->setMeta(
|
||||
$config->string->nothing
|
||||
);
|
||||
|
||||
return $response;
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user