1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 14:43:39 +00:00

stubbed out jobs worker console app

This commit is contained in:
Kyle Spearrin
2017-08-17 11:28:27 -04:00
parent 94693ec408
commit d15917d3c9
12 changed files with 249 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ using Microsoft.Extensions.Configuration;
using Bit.Core;
using Bit.Core.Utilities;
using Serilog.Events;
using Microsoft.AspNetCore.HttpOverrides;
namespace Bit.Identity
{