摘要: startup.cs中Configure方法内 app.UseSwaggerUI(c => { //修改swagger默认的url c.RoutePrefix = "swaggerui"; } 访问url调整为 127.0.0.1/swaggerui 阅读全文
posted @ 2022-03-14 13:23 Hey,Coder! 阅读(628) 评论(0) 推荐(0) 编辑