mirror of
https://github.com/bitwarden/server.git
synced 2025-04-12 00:28:11 -05:00
add routing for server
This commit is contained in:
parent
81eeddd331
commit
6efb7fcbfd
util
@ -1,4 +1,4 @@
|
|||||||
FROM bitwarden/server
|
FROM bitwarden/server:dev
|
||||||
|
|
||||||
LABEL com.bitwarden.product="bitwarden"
|
LABEL com.bitwarden.product="bitwarden"
|
||||||
|
|
||||||
|
@ -25,7 +25,9 @@ namespace Bit.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void ConfigureServices(IServiceCollection services)
|
public void ConfigureServices(IServiceCollection services)
|
||||||
{ }
|
{
|
||||||
|
services.AddRouting();
|
||||||
|
}
|
||||||
|
|
||||||
public void Configure(
|
public void Configure(
|
||||||
IApplicationBuilder app,
|
IApplicationBuilder app,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user