File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ Please follow the [installation procedure](#installation--usage) and then run th
53
53
``` python
54
54
55
55
import permify
56
- from permify.rest import ApiException
56
+ from permify import ApiException
57
57
from pprint import pprint
58
58
59
- # Defining the host is optional and defaults to http://localhost
59
+ # Defining the host is optional and defaults to http://localhost:3476
60
60
# See configuration.py for a list of all supported configuration parameters.
61
61
configuration = permify.Configuration(
62
- host = " http://localhost"
62
+ host = " http://localhost:3476 "
63
63
)
64
64
65
65
@@ -83,7 +83,7 @@ with permify.ApiClient(configuration) as api_client:
83
83
84
84
## Documentation for API Endpoints
85
85
86
- All URIs are relative to * http://localhost *
86
+ All URIs are relative to * http://localhost:3476 *
87
87
88
88
Class | Method | HTTP request | Description
89
89
------------ | ------------- | ------------- | -------------
You can’t perform that action at this time.
0 commit comments