|
@@ -15,6 +15,8 @@ namespace Business.Controllers
|
|
|
[Route("api/business/thinkflow")]
|
|
[Route("api/business/thinkflow")]
|
|
|
public class ThinkFlowController : AbpController
|
|
public class ThinkFlowController : AbpController
|
|
|
{
|
|
{
|
|
|
|
|
+ [HttpGet]
|
|
|
|
|
+ [Route("index")]
|
|
|
public ActionResult Index()
|
|
public ActionResult Index()
|
|
|
{
|
|
{
|
|
|
return Redirect("http://localhost:3001/");
|
|
return Redirect("http://localhost:3001/");
|