Ocelot管理界面在.netcore3.1中使用时注意事项
1、.netcore3.1默认使用UseEndpoints路由,但Ocelot.ConfigEditor需要使用MVC路由,所以会报错,请参阅下面文章:
asp.netCore3.0 中使用app.UseMvc() 配置路由
1、.netcore3.1默认使用UseEndpoints路由,但Ocelot.ConfigEditor需要使用MVC路由,所以会报错,请参阅下面文章:
asp.netCore3.0 中使用app.UseMvc() 配置路由