From 0eefcdc06ec9a900362f078260cbecd8f24b59bf Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Mon, 31 May 2021 13:14:11 -0400 Subject: [PATCH] build(cgi-bin): include get_networks endpoint --- cgi-bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi-bin/Makefile.am b/cgi-bin/Makefile.am index 3cfa2d7d..d5717566 100644 --- a/cgi-bin/Makefile.am +++ b/cgi-bin/Makefile.am @@ -6,6 +6,7 @@ dist_cgibin_SCRIPTS = \ get_anvils \ get_cpu \ get_memory \ + get_networks \ get_replicated_storage \ get_servers \ get_shared_storage \