Skip to content

Commit

Permalink
Update logger_restapi.md (#431)
Browse files Browse the repository at this point in the history
Fix Swagger link in REST API doc
  • Loading branch information
brankomijuskovic authored Oct 18, 2023
1 parent 7980ad2 commit 22e7423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/loggers/logger_restapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Build-in webserver with REST API to search domains, clients and more...
Basic authentication supported.

See the [swagger](https://generator.swagger.io/?url=https://raw.githubusercontent.com/dmachard/go-dnscollector/main/doc/swagger.yml) documentation.
See the [swagger](https://generator.swagger.io/?url=https://raw.githubusercontent.com/dmachard/go-dnscollector/main/docs/swagger.yml) documentation.

Options:

Expand Down Expand Up @@ -35,4 +35,4 @@ restapi:
key-file: "./testsdata/server.key"
top-n: 100
chan-buffer-size: 65535
```
```

0 comments on commit 22e7423

Please sign in to comment.