Hi,
I have created an ASP.NET Core Web Application (.NET Core) with Individual User Accounts for Authentication.
I would like to use AccountController also as a Web API JSON so it will serve both the Web Application and as API, is it possible to do?
Thanks, in advanced
AG