1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

api cleanup

This commit is contained in:
Kyle Spearrin
2018-07-16 17:20:57 -04:00
parent 49947e382d
commit c6c03697b1
2 changed files with 13 additions and 24 deletions

View File

@ -5,8 +5,6 @@ using Microsoft.AspNetCore.Mvc;
using Bit.Core.Models.Api;
using Bit.Core.Exceptions;
using Bit.Core.Services;
using Microsoft.AspNetCore.Identity;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using System.Linq;
using Bit.Core.Repositories;