mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 17:55:36 +00:00
fix response
This commit is contained in:
parent
c60d0e80a8
commit
e029894909
1 changed files with 5 additions and 8 deletions
|
|
@ -192,15 +192,12 @@ $server->setHandler(
|
|||
// Append about info
|
||||
$lines[] = $config->string->about;
|
||||
|
||||
// Merge data lines
|
||||
$data = implode(
|
||||
PHP_EOL,
|
||||
$lines
|
||||
);
|
||||
|
||||
// Return converted response
|
||||
// Response
|
||||
$response->setContent(
|
||||
$gemini . $data
|
||||
implode(
|
||||
PHP_EOL,
|
||||
$lines
|
||||
)
|
||||
);
|
||||
|
||||
return $response;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue