Skip to content

Commit 2d1c23f

Browse files
authored
Update README.md
1 parent d03b5d3 commit 2d1c23f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Please follow the [installation procedure](#installation--usage) and then run th
5353
```python
5454

5555
import permify
56-
from permify.rest import ApiException
56+
from permify import ApiException
5757
from pprint import pprint
5858

59-
# Defining the host is optional and defaults to http://localhost
59+
# Defining the host is optional and defaults to http://localhost:3476
6060
# See configuration.py for a list of all supported configuration parameters.
6161
configuration = permify.Configuration(
62-
host = "http://localhost"
62+
host = "http://localhost:3476"
6363
)
6464

6565

@@ -83,7 +83,7 @@ with permify.ApiClient(configuration) as api_client:
8383

8484
## Documentation for API Endpoints
8585

86-
All URIs are relative to *http://localhost*
86+
All URIs are relative to *http://localhost:3476*
8787

8888
Class | Method | HTTP request | Description
8989
------------ | ------------- | ------------- | -------------

0 commit comments

Comments
 (0)