From c7f83a2d2fa436bf78911e288e1f07576861601e Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 20 Jun 2024 10:44:52 +0200 Subject: Pass ApiBundle to ServeApi --- src/other_tools/just_mr/fetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 4b90dd61..47c107f3 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -408,7 +408,7 @@ auto MultiRepoFetch(std::shared_ptr const& config, return kExitConfigError; } - auto serve = ServeApi::Create(*serve_config); + auto serve = ServeApi::Create(*serve_config, &apis); // check configuration of the serve endpoint provided if (serve) { // if we have a remote endpoint explicitly given by the user, it must -- cgit v1.2.3