From 1015945b86583af2930a01c40eea68a813032433 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 9 Feb 2024 16:50:46 +0000 Subject: [PATCH] chore: remove comment I think we can consume the forms, they are not likely to be used anymore. --- src/web/api/client/v1/client.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/web/api/client/v1/client.rs b/src/web/api/client/v1/client.rs index 41ae631f..1bd29c76 100644 --- a/src/web/api/client/v1/client.rs +++ b/src/web/api/client/v1/client.rs @@ -15,8 +15,6 @@ pub struct Client { } impl Client { - // todo: forms in POST requests can be passed by reference. - fn base_path() -> String { "/v1".to_string() }