แก้ไขหลายอย่าง

This commit is contained in:
nakorn
2022-03-21 17:19:56 +07:00
parent 9774fb0a9c
commit ba57633ab8
4 changed files with 27 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ namespace TodoAPI2.Controllers
Response.Cookies.Append("user_id", HttpContext.Request.Query["user_id"], option);
}
return Redirect("/eva/home/index");
return Redirect("/eva/home/index2");
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]