mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 22:08:17 +08:00
Revert "Merge branch 'feature/issue#1088'"
This reverts commit 914a386b0e
.
This commit is contained in:
@ -27,13 +27,7 @@
|
||||
}
|
||||
|
||||
app.UseAuthentication();
|
||||
app.UseRouting();
|
||||
app.UseAuthorization();
|
||||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
endpoints.MapDefaultControllerRoute();
|
||||
endpoints.MapControllers();
|
||||
});
|
||||
app.UseMvc();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user