packagename fix

This commit is contained in:
2021-12-06 13:39:21 +01:00
parent ebc5018b22
commit 6cbffa2b1a
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Mvc;
using System.IO;
using System.Threading.Tasks;
namespace de.hottis.genericdatabaseapiservice.Controllers {
namespace ${env['packagename']}.Controllers {
[Route("/${env['routeprefix']}/openapi/JSON")]
public class OpenAPIDocCtrl : ControllerBase {
private IWebHostEnvironment _hostingEnvironment;