From 07cf1673e1d90c8ffca6ae52116299850f4dd522 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 31 Dec 2018 18:17:54 +0000 Subject: [PATCH] do not autodiscover swagger routes --- lib/App/Netdisco/Web.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/App/Netdisco/Web.pm b/lib/App/Netdisco/Web.pm index 1588bc06..dda13e57 100644 --- a/lib/App/Netdisco/Web.pm +++ b/lib/App/Netdisco/Web.pm @@ -219,5 +219,4 @@ any qr{.*} => sub { }; } -swagger_auto_discover; true;