Commit 71ca556b authored by Pelayo Torres's avatar Pelayo Torres
Browse files

fix unused cert_validation

parent 986bdd88
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory:

```
pip3 install -r requirements.txt
python3 -m openapi_server
python3 -m capif_acl
```

and open your browser to here:
@@ -42,8 +42,8 @@ To run the server on a Docker container, please execute the following from the r

```bash
# building the image
docker build -t openapi_server .
docker build -t capif_acl .

# starting up a container
docker run -p 8080:8080 openapi_server
docker run -p 8080:8080 capif_acl
```
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ def cert_validation():
        return __cert_validation
    return _cert_validation

@cert_validation()
def access_control_policy_list_service_api_id_get(service_api_id, aef_id, api_invoker_id=None, supported_features=None):  # noqa: E501
    """access_control_policy_list_service_api_id_get