fix path confusion part 2

This commit is contained in:
2021-12-06 13:48:34 +01:00
parent 6cbffa2b1a
commit bfcfba544e
2 changed files with 2 additions and 2 deletions

View File

@ -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;