1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01: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
{
[Obsolete]
[Route("auth")]
public class AuthController : Controller
{