From bc5010837eafdc54f3f28964ea6417327f8b151f Mon Sep 17 00:00:00 2001 From: Tom Gardham-Pallister Date: Wed, 15 Feb 2017 13:24:06 +0000 Subject: [PATCH] removed using --- src/Ocelot/Controllers/ReRoutesController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ocelot/Controllers/ReRoutesController.cs b/src/Ocelot/Controllers/ReRoutesController.cs index 4304d4b1..0b02c796 100644 --- a/src/Ocelot/Controllers/ReRoutesController.cs +++ b/src/Ocelot/Controllers/ReRoutesController.cs @@ -1,4 +1,3 @@ -using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace Ocelot.Controllers