1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 21:48:12 -05:00

deprecate authcontroller in favor of identity server

This commit is contained in:
Kyle Spearrin 2017-01-20 22:33:55 -05:00
parent b08c960cc0
commit 54d065c3d9

View File

@ -9,6 +9,7 @@ using Bit.Core;
namespace Bit.Api.Controllers namespace Bit.Api.Controllers
{ {
[Obsolete]
[Route("auth")] [Route("auth")]
public class AuthController : Controller public class AuthController : Controller
{ {