1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

add routing for server

This commit is contained in:
Kyle Spearrin 2020-01-13 11:14:50 -05:00
parent 81eeddd331
commit 6efb7fcbfd
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitwarden/server
FROM bitwarden/server:dev
LABEL com.bitwarden.product="bitwarden"

View File

@ -25,7 +25,9 @@ namespace Bit.Server
}
public void ConfigureServices(IServiceCollection services)
{ }
{
services.AddRouting();
}
public void Configure(
IApplicationBuilder app,