More bugfixing

This commit is contained in:
Bitor Tonixa Balenca 2023-12-19 23:31:45 +00:00
parent a23ae43735
commit f90820147f
No known key found for this signature in database
GPG key ID: AF4454DAA92FA1F4

View file

@ -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