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
|
// Append about info
|
||||||
$lines[] = $config->string->about;
|
$lines[] = $config->string->about;
|
||||||
|
|
||||||
// Merge data lines
|
// Response
|
||||||
$data = implode(
|
$response->setContent(
|
||||||
|
implode(
|
||||||
PHP_EOL,
|
PHP_EOL,
|
||||||
$lines
|
$lines
|
||||||
);
|
)
|
||||||
|
|
||||||
// Return converted response
|
|
||||||
$response->setContent(
|
|
||||||
$gemini . $data
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue