moved json converters under authentication feature

This commit is contained in:
TomPallister
2017-07-04 19:14:37 +01:00
parent 50ee9e20d8
commit 58dc7c93bc
3 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,7 @@ using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Newtonsoft.Json;
using Ocelot.Authentication.JsonConverters;
using Ocelot.Configuration;
using Ocelot.Configuration.File;
using Ocelot.Configuration.Repository;