mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 12:04:47 +01:00
Fix
This commit is contained in:
parent
1f270a0033
commit
63f7fc66d1
@ -110,7 +110,7 @@ final class Main implements RequestHandler
|
||||
return new Response(
|
||||
HttpStatus::OK,
|
||||
self::HEADERS,
|
||||
json_encode(['ok' => false, 'result' => $result])
|
||||
json_encode(['ok' => true, 'result' => $result])
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user