Files
Web_HotelServices_Prod/WebUI/Views/Api/signout.cshtml

12 lines
241 B
Plaintext
Raw Normal View History

2025-11-26 11:18:26 +08:00
@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
Layout = null;
}
<html>
<body>
<scritp> location.href = `/login/index`<scritp>
</body>
</html>