mirror of
https://github.com/danog/telerpc.git
synced 2024-11-30 04:38:57 +01:00
Bump
This commit is contained in:
parent
e35bd3f3a7
commit
74f2a26f92
@ -386,7 +386,7 @@ final class Main implements RequestHandler
|
|||||||
$errorHandler = new DefaultErrorHandler();
|
$errorHandler = new DefaultErrorHandler();
|
||||||
|
|
||||||
$server = SocketHttpServer::createForDirectAccess($logger);
|
$server = SocketHttpServer::createForDirectAccess($logger);
|
||||||
$server->expose('127.0.0.1:1337');
|
$server->expose('0.0.0.0:1337');
|
||||||
$server->start($this, $errorHandler);
|
$server->start($this, $errorHandler);
|
||||||
|
|
||||||
// Serve requests until SIGINT or SIGTERM is received by the process.
|
// Serve requests until SIGINT or SIGTERM is received by the process.
|
||||||
|
Loading…
Reference in New Issue
Block a user