From 7b5ad43b50fe29717663fc90af846f32007e7f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Tue, 6 Sep 2022 14:19:49 +0200 Subject: [PATCH] Enable the reworked admin REST API --- rel/files/mongooseim.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/mongooseim.toml b/rel/files/mongooseim.toml index 192ab07f72f..c5f9b33b5e1 100644 --- a/rel/files/mongooseim.toml +++ b/rel/files/mongooseim.toml @@ -56,7 +56,7 @@ transport.num_acceptors = 10 transport.max_connections = 1024 - [[listen.http.handlers.mongoose_api_admin]] + [[listen.http.handlers.mongoose_admin_api]] host = "localhost" path = "/api"