More bugfixing
This commit is contained in:
parent
a23ae43735
commit
f90820147f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ python3 -m http.server 9999
|
|||
|
||||
```
|
||||
|
||||
This will open a http server in the port `9000`. This will not implement the endpoints defined in the code but will be enough to log the calls and this will be enough for us to validate the provider lifecycle.
|
||||
This will open a http server in the port `9999`. This will not implement the endpoints defined in the code but will be enough to log the calls and this will be enough for us to validate the provider lifecycle.
|
||||
|
||||
### Running the provider
|
||||
|
||||
|
|
Loading…
Reference in a new issue