Skip to content

Commit

Permalink
docs: removed redundant api docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Apr 20, 2024
1 parent 1013866 commit d30b1a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ If a resource is not allowed, then a `HTTP 403` comes back.

An overview of the allowed resources of a token can be seen with a `GET` on `<url>/info/allowed`.

### API Docs

The Swagger documentation can be viewed at `<url>/docs`.

## Configuration

The configuration takes place in YAML format.
Expand Down Expand Up @@ -245,7 +241,7 @@ Additionally http requests per environment are counted.

The API documentation can be viewed at `<url>/docs`.

They can be deactivated with the `api_docs_enabled` option.
It can be deactivated with the `api_docs_enabled` option.

```yaml
api_docs_enabled: false # default is true
Expand Down

0 comments on commit d30b1a4

Please sign in to comment.