fix path confusion part 2
This commit is contained in:
@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ${env['packagename']}.Controllers {
|
||||
[Route("/${env['routeprefix']}/openapi/JSON")]
|
||||
[Route("/${env['routeprefix']}/api/openapi/JSON")]
|
||||
public class OpenAPIDocCtrl : ControllerBase {
|
||||
private IWebHostEnvironment _hostingEnvironment;
|
||||
|
||||
|
Reference in New Issue
Block a user