mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
deprecate authcontroller in favor of identity server
This commit is contained in:
@ -9,6 +9,7 @@ using Bit.Core;
|
||||
|
||||
namespace Bit.Api.Controllers
|
||||
{
|
||||
[Obsolete]
|
||||
[Route("auth")]
|
||||
public class AuthController : Controller
|
||||
{
|
||||
|
Reference in New Issue
Block a user