diff --git a/server/src/gateway.rs b/server/src/gateway.rs index 58d5672e..18550947 100644 --- a/server/src/gateway.rs +++ b/server/src/gateway.rs @@ -1678,7 +1678,6 @@ pub async fn run(config_path: &Path, port: u16) -> Result<(), std::io::Error> { *state_arc.bot_handle.lock().await = bot_abort; let route = poem::Route::new() - .at("/", poem::get(gateway_index_handler)) .at("/bot-config", poem::get(gateway_bot_config_page_handler)) .at("/api/gateway", poem::get(gateway_api_handler)) .at("/api/gateway/switch", poem::post(gateway_switch_handler))