Changing port to 1235 to not clash with smtp default port
This commit is contained in:
parent
2a4db316b9
commit
3a402139b5
7 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ $args['request'] = $request;
|
|||
$response = $container->call($handler, $args);
|
||||
```
|
||||
|
||||
Try to open [localhost:1234/](http://localhost:1234/) in your browser and check if you are getting redirected to '/hello'.
|
||||
Try to open [localhost:1235/](http://localhost:1235/) in your browser and check if you are getting redirected to '/hello'.
|
||||
|
||||
But by now you should know that I do not like to depend on specific implementations and the call method is not defined in
|
||||
the psr/container interface. Therefore we would not be able to use that if we are ever switching to the symfony container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue