From 860aab7495678f8abaee62dae69a56cf21412bfd Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 2 Jan 2024 11:11:45 +0100 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e4bc3c..806d3573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ - the admin connector on port 8084 is now disabled in config.yml.example. Disabling it in your config.yml is recommended (see https://github.com/Athou/commafeed/commit/929df60f09cce56020b0962ab111cd8349b271b0) - migrated documentation from swagger 2 to openapi 3 -- added a GET method to the fever api to indicate that the endpoint is working correctly when accesed from a browser +- added a GET method to the fever api to indicate that the endpoint is working correctly when accessed from a browser - the websocket connection can now be disabled, the websocket ping interval and the tree reload interval can now be configured (see config.yml.example) - the websocket connection now works correctly when the context root of the application is not "/"