Remove template build dynamic filename replacement. Working towards eliminating template build process completely.

This commit is contained in:
Steve Sanderson
2017-08-23 15:27:15 -07:00
parent 8d6119f31d
commit 45d645931b
61 changed files with 68 additions and 90 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace WebApplicationBasic.Controllers
namespace VueSpa.Controllers
{
[Route("api/[controller]")]
public class SampleDataController : Controller